BoundaryRep.java
.. .. @@ -3902,6 +3902,11 @@ 3902 3902 tsa.getNormals(0, normals); 3903 3903 tsa.getTextureCoordinates(0, 0, uvmap); 3904 3904 // tsa.getColors(0, colors); 3905 +3906 + for (int i=colors.length; --i>=0;)3907 + {3908 + colors[i] = 1;3909 + }3905 3910 3906 3911 int stripcount = tsa.getNumStrips(); 3907 3912 triangles = new int[stripcount]; .. .. @@ -6354,6 +6359,7 @@ 6354 6359 6355 6360 void InitWeights() 6356 6361 { 6362 + new Exception().printStackTrace();6357 6363 System.exit(0); 6358 6364 int n = 0; 6359 6365 int b = 0;