Hello team! I had to introduce a breaking change to fix a bug we had since long time ago. Basically the current behavior of the setPivotMatrix was wrong. The right one was introduced recently but only when the second parameter was set to true. In order to keep the framework healthy, I decided to change the default behavior to a more correct one So now, the setPivotMatrix will ONLY change the pivot and not move the object at all.   But for people interested by the pr