Normand Briere
2019-06-24 c67da2e5d8655704601d6d06e8bc60aabe212253
Globals.java
....@@ -1,7 +1,19 @@
11
22 public class Globals
33 {
4
+ public static boolean DEBUG = false;
5
+ public static boolean ADVANCED = false;
6
+
7
+ static iCameraPane theRenderer;
8
+
49 private static boolean LIVE = false;
10
+ public static boolean COMPUTESHADOWWHENLIVE = true;
11
+ public static boolean RENDERSHADOW = true;
12
+
13
+ public static boolean MOUSEDRAGGED = false;
14
+
15
+ // Hold on calculation when moving camera
16
+ public static boolean FREEZEONMOVE = false; // true;
517
618 static boolean CROWD = false;
719 static public int drawMode = iCameraPane.DEFAULT; // WARNING