Skip to content

Commit 7e70816

Browse files
author
Marco Klein
committed
fix: 🐛 Fix bounding box not recalculated on model change
1 parent 3081e44 commit 7e70816

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/Visuals/Model3D.cs

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ public Node3D Model {
6262
}
6363

6464
this.AddChild(value);
65+
this._size = Vector3.Zero;
66+
this._boundingBox = null;
6567
}
6668
}
6769

0 commit comments

Comments
 (0)