From 47cd0f0a3870d843cb758535316060d30f15c811 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 24 Jun 2019 19:10:13 -0400 Subject: [PATCH] Toolbox + DnD --- Grafreed.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Grafreed.java b/Grafreed.java index 088a313..7007edf 100644 --- a/Grafreed.java +++ b/Grafreed.java @@ -23,6 +23,8 @@ static float epsvertex2 = 0.001f; static boolean linkUV = false; // not uniform at load time + static boolean smoothmode = false; + static Wav wav = new Wav("/Users/nbriere/0ut/wavs/monoformat"); // output"); static boolean hassound = false; static boolean savesound = false; @@ -874,7 +876,7 @@ static int depth = 0; static java.util.Stack stack = new java.util.Stack(); static boolean traceoff = false; // true; - static float[] colorV = new float[5]; + static float[] colorV = new float[4]; // 5]; static void traceon() { -- Gitblit v1.6.2