Rotate the model, the scaling value will change

Rotate the model, the scaling value will change
PG: Babylon.js Playground

Orientation and scaling are recomputed in the gizmo manipulation pipeline.
The difference is due to floating point precision and number representation.
Difference is in the order of 10e-8 which has no influence on mesh rendering.
More explanation here : Floating Point Visually Explained

1 Like