clean zone handling code
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/** Default Three.js layer for main scene geometry. */
|
||||
export const SCENE_LAYER = 0
|
||||
|
||||
/** Layer used for zone rendering (floor fills and wall borders). */
|
||||
export const ZONE_LAYER = 2
|
||||
Reference in New Issue
Block a user