Spread config node in normalisation + types

This commit is contained in:
2026-04-07 13:05:48 +02:00
parent a3ca2eb372
commit 39c3b1b537
3 changed files with 50 additions and 8 deletions

View File

@@ -282,6 +282,10 @@ Scene.loadNodes = function (nodes) {
AppState.clipping.boundingSphere = node.getBound();
}
if (!AppState.clipping.boundingSphere) {
console.error("There is no computed bounding sphere, clipping will fail. Missing main node?");
}
AppState.nodes.push({id: n.label, active: true});
});
}