Normand Briere
2019-08-19 22e8ab6479334206f97b0093f6c5ffd14610cce3
Globals.java
....@@ -1,13 +1,18 @@
11
22 public class Globals
33 {
4
- public static boolean DEBUG = false;
5
- public static boolean ADVANCED = false;
4
+ static boolean NIMBUSLAF = false; // false;
5
+
6
+ static boolean TOOLTIPS = true; // true;
7
+ static boolean ADVANCED = false; // false;
8
+ static boolean DEBUG = false; // false
69
710 static iCameraPane theRenderer;
811
912 private static boolean LIVE = false;
1013
14
+ // Option to set saturation to 1 when choosing a color first
15
+ public static boolean AUTOSATURATE = true;
1116 public static boolean MINSHADER = false;
1217 public static boolean COMPUTESHADOWWHENLIVE = true;
1318 public static boolean RENDERSHADOW = true;