ForesightMiningSoftwareCorporation / bevy_transform_gizmo

A 3d gizmo for transforming entities in Bevy.
Apache License 2.0
160 stars 40 forks source link

add global transform #53

Closed Youdiie closed 1 year ago

Youdiie commented 1 year ago

hello my name is Youdiie Thanks for your repository, I was able to gizmo in bevy games. From here, I thought you guys were trying to upgrade for bevy 0.10.1 version, but since gizmo of this code exists in local transform, I changed a little bit using global transform. I hope this pull request help🙃

aevyrie commented 1 year ago

The Transform should be edited, not the GlobalTransform. The Transform is propagated every frame and will overwrite the GlobalTransform.