ShukantPal / pixi-essentials

The best goodies for performant, enterprise-level applications built on PixiJS
https://api.pixijs.io
MIT License
285 stars 37 forks source link

Problem when transformer group has objects those have different parents #71

Open talhaozdemir opened 1 year ago

talhaozdemir commented 1 year ago

First of all thanks for that great tool.

I am using tool to manipulate object transform in my scene for deeply nested objects. If group includes objects those have different parents, objects transform in their local space but tool manipulate them using its own local space calculation I think.

To clearify the issue you can check this demo https://codepen.io/sukantpal/pen/dyMMmZm

Just set parent of star object to circle instead of app.stage and then try to move them