Normand Briere
2019-05-05 1e3de699b037989e8deded5c7830139f97c64136
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];