Spread config node in normalisation + types
This commit is contained in:
@@ -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});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user