Normand Briere
2019-08-01 7d02eaffc02895a01d95d8fd7e089044449e1d6d
Globals.java
....@@ -7,12 +7,18 @@
77 static iCameraPane theRenderer;
88
99 private static boolean LIVE = false;
10
+
11
+ public static boolean MINSHADER = false;
12
+ public static boolean COMPUTESHADOWWHENLIVE = true;
1013 public static boolean RENDERSHADOW = true;
1114
15
+ public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save)
16
+
1217 public static boolean MOUSEDRAGGED = false;
18
+ public static boolean TIMERRUNNING = false;
1319
1420 // Hold on calculation when moving camera
15
- public static boolean FREEZEONMOVE = false; // true;
21
+ public static boolean FREEZEONMOVE = false;
1622
1723 static boolean CROWD = false;
1824 static public int drawMode = iCameraPane.DEFAULT; // WARNING