From ce660a4b6ba367bd162dd2cff26d02c80a34c912 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 06 Oct 2019 13:09:09 -0400 Subject: [PATCH] Fix camera up and skybox AO --- Globals.java | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/Globals.java b/Globals.java index 3489016..1d17d2d 100644 --- a/Globals.java +++ b/Globals.java @@ -1,19 +1,34 @@ public class Globals { - public static boolean DEBUG = false; - public static boolean ADVANCED = false; + static boolean WALK = false; + + static boolean SHOWINFO = true; + + static boolean ADVANCED = false; // false; + + static boolean NIMBUSLAF = false; // false; + + static boolean TOOLTIPS = true; // true; + static boolean DEBUG = false; // false static iCameraPane theRenderer; private static boolean LIVE = false; - public static boolean COMPUTESHADOWWHENLIVE = true; + + // Option to set saturation to 1 when choosing a color first + public static boolean AUTOSATURATE = true; + public static boolean MINSHADER = false; + public static boolean COMPUTESHADOWWHENLIVE = false; // true; public static boolean RENDERSHADOW = true; + public static boolean REPLACEONMAKE = false; // false; + public static boolean MOUSEDRAGGED = false; + public static boolean TIMERRUNNING = false; // Hold on calculation when moving camera - public static boolean FREEZEONMOVE = false; // true; + public static boolean FREEZEONMOVE = false; static boolean CROWD = false; static public int drawMode = iCameraPane.DEFAULT; // WARNING -- Gitblit v1.6.2