Normand Briere
2019-05-05 631719825b865aaf9fa1cb124d9fc5bd9dd78bd4
BoundaryRep.java
....@@ -3902,6 +3902,11 @@
39023902 tsa.getNormals(0, normals);
39033903 tsa.getTextureCoordinates(0, 0, uvmap);
39043904 // tsa.getColors(0, colors);
3905
+
3906
+ for (int i=colors.length; --i>=0;)
3907
+ {
3908
+ colors[i] = 1;
3909
+ }
39053910
39063911 int stripcount = tsa.getNumStrips();
39073912 triangles = new int[stripcount];
....@@ -6354,6 +6359,7 @@
63546359
63556360 void InitWeights()
63566361 {
6362
+ new Exception().printStackTrace();
63576363 System.exit(0);
63586364 int n = 0;
63596365 int b = 0;