From c209bbe1cf788c9af3dcffea7667c830170a3f1f Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Wed, 01 May 2019 20:30:51 -0400
Subject: [PATCH] Complete advanced mode.

---
 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