Grafreed.java
.. .. @@ -23,6 +23,8 @@ 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;