Layers logic (WIP) + some refactoring

This commit is contained in:
2026-01-16 17:56:53 +01:00
parent bd93f8ba2a
commit 168c725650
4 changed files with 380 additions and 254 deletions

View File

@@ -4,7 +4,11 @@
let AppState = {
// The root scene object
root: null,
nodeIds: [],
// {id: String, active: Boolean}
nodes: [],
mainNodeId: null,
layersMenuBuilt: false,
initialRotation: null,
camera: null,
renderer: null,