6 lines
182 B
TypeScript
6 lines
182 B
TypeScript
/** 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
|