Explode all layers

This commit is contained in:
Fuhrmann 2025-04-30 13:23:24 +02:00
parent b8468a8afb
commit 5a5656109e

View file

@ -400,7 +400,7 @@ export class SceneView extends EventTarget {
this._resetClippingBox();
}
for (let i = 1; i < this._model.children.length; i++) {
for (let i = 0; i < this._model.children.length; i++) {
const mesh = this._model.children[i];
if (explode) {