Normand Briere
2019-09-10 5e1c410f8b99d246d1bbf828bbd8445bb716feeb
Globals.java
....@@ -1,17 +1,32 @@
11
22 public class Globals
33 {
4
- public static boolean ADVANCED = true; //false;
4
+ static boolean SHOWINFO = true;
5
+
6
+ static boolean ADVANCED = false; // false;
7
+
8
+ static boolean NIMBUSLAF = false; // false;
9
+
10
+ static boolean TOOLTIPS = true; // true;
11
+ static boolean DEBUG = false; // false
512
613 static iCameraPane theRenderer;
714
815 private static boolean LIVE = false;
16
+
17
+ // Option to set saturation to 1 when choosing a color first
18
+ public static boolean AUTOSATURATE = true;
19
+ public static boolean MINSHADER = false;
20
+ public static boolean COMPUTESHADOWWHENLIVE = true;
921 public static boolean RENDERSHADOW = true;
1022
23
+ public static boolean REPLACEONMAKE = true; // false;
24
+
1125 public static boolean MOUSEDRAGGED = false;
26
+ public static boolean TIMERRUNNING = false;
1227
1328 // Hold on calculation when moving camera
14
- public static boolean FREEZEONMOVE = false; // true;
29
+ public static boolean FREEZEONMOVE = false;
1530
1631 static boolean CROWD = false;
1732 static public int drawMode = iCameraPane.DEFAULT; // WARNING