From a7277e6c6381e55761f7fa87276260fac1c94d5e Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Wed, 01 May 2019 22:31:45 -0400 Subject: [PATCH] Bigger default size. --- BoundaryRep.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/BoundaryRep.java b/BoundaryRep.java index 14a7921..e938a9a 100644 --- a/BoundaryRep.java +++ b/BoundaryRep.java @@ -3902,6 +3902,11 @@ tsa.getNormals(0, normals); tsa.getTextureCoordinates(0, 0, uvmap); // tsa.getColors(0, colors); + + for (int i=colors.length; --i>=0;) + { + colors[i] = 1; + } int stripcount = tsa.getNumStrips(); triangles = new int[stripcount]; @@ -6354,6 +6359,7 @@ void InitWeights() { + new Exception().printStackTrace(); System.exit(0); int n = 0; int b = 0; -- Gitblit v1.6.2