.. | .. |
---|
23 | 23 | static float epsvertex2 = 0.001f; |
---|
24 | 24 | static boolean linkUV = false; // not uniform at load time |
---|
25 | 25 | |
---|
| 26 | + static boolean smoothmode = false; |
---|
| 27 | + |
---|
26 | 28 | static Wav wav = new Wav("/Users/nbriere/0ut/wavs/monoformat"); // output"); |
---|
27 | 29 | static boolean hassound = false; |
---|
28 | 30 | static boolean savesound = false; |
---|
.. | .. |
---|
874 | 876 | static int depth = 0; |
---|
875 | 877 | static java.util.Stack stack = new java.util.Stack(); |
---|
876 | 878 | static boolean traceoff = false; // true; |
---|
877 | | - static float[] colorV = new float[5]; |
---|
| 879 | + static float[] colorV = new float[4]; // 5]; |
---|
878 | 880 | |
---|
879 | 881 | static void traceon() |
---|
880 | 882 | { |
---|