clean zone handling code

This commit is contained in:
wass08
2026-03-11 07:47:10 +01:00
parent 918ec46a93
commit 6719f34a89
4 changed files with 22 additions and 19 deletions
+5
View File
@@ -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