@@ -74,6 +74,7 @@ export interface Config {
7474 cableDebug : boolean ;
7575 zoomBeaconDebug : boolean ;
7676 lightsDebug : boolean ;
77+ moistureDebug : boolean ;
7778 surfaceDebug : number ;
7879 sun : number ;
7980 ambient : number ;
@@ -181,6 +182,7 @@ export const INITIAL: Config = {
181182 cableDebug : false ,
182183 zoomBeaconDebug : false ,
183184 lightsDebug : false ,
185+ moistureDebug : false ,
184186 surfaceDebug : SurfaceDebugOption . none ,
185187 sun : 75 ,
186188 ambient : 75 ,
@@ -228,7 +230,7 @@ export const BOOLEAN_KEYS = [
228230 "viewCube" , "stats" , "config" , "zoom" , "pan" , "rotate" , "bounds" , "threeAxes" ,
229231 "xyDimensions" , "zDimension" , "promoInfo" , "settingsBar" , "zoomBeacons" ,
230232 "solar" , "utilitiesPost" , "packaging" , "lab" , "people" , "lowDetail" ,
231- "eventDebug" , "cableDebug" , "zoomBeaconDebug" , "lightsDebug" ,
233+ "eventDebug" , "cableDebug" , "zoomBeaconDebug" , "lightsDebug" , "moistureDebug" ,
232234 "animate" , "animateSeasons" , "negativeZ" ,
233235 "waterFlow" , "exaggeratedZ" , "showSoilPoints" , "urlParamAutoAdd" ,
234236 "light" , "vacuum" , "north" , "desk" ,
@@ -416,6 +418,7 @@ export const PRESETS: Record<string, Config> = {
416418 cableDebug : true ,
417419 zoomBeaconDebug : true ,
418420 lightsDebug : true ,
421+ moistureDebug : true ,
419422 surfaceDebug : SurfaceDebugOption . normals ,
420423 animate : true ,
421424 animateSeasons : false ,
@@ -447,7 +450,7 @@ const OTHER_CONFIG_KEYS: (keyof Config)[] = [
447450 "threeAxes" , "xyDimensions" , "zDimension" , "labelsOnHover" , "promoInfo" ,
448451 "settingsBar" , "zoomBeacons" , "pan" , "rotate" ,
449452 "solar" , "utilitiesPost" , "packaging" , "lab" ,
450- "people" , "scene" , "lowDetail" , "sun" , "ambient" ,
453+ "people" , "scene" , "lowDetail" , "sun" , "ambient" , "moistureDebug" ,
451454 "eventDebug" , "cableDebug" , "zoomBeaconDebug" , "lightsDebug" , "surfaceDebug" ,
452455 "animate" , "distanceIndicator" , "kitVersion" , "negativeZ" , "waterFlow" ,
453456 "light" , "vacuum" , "rotary" , "animateSeasons" ,
0 commit comments