The model default scaling is Vector3(1, 1, -1), creating a box mesh as parent node, when use model.parent = box, the model scaling still “Vector3 {_isDirty: true, _x: 1, _y: 1, _z: -1}” , but use model.setParent(box), model scaling change to “Vector3 {_isDirty: true, _x: 1, _y: -1, _z: 1}”
How to recover scaling after using setParent() or keep it not change?
Here’s my PG
https://playground.babylonjs.com/#ZIZR9E#3