ForesightMiningSoftwareCorporation / bevy_transform_gizmo

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

Fix bug caused by desynced projection overculling #37

Closed TheRawMeatball closed 2 years ago

TheRawMeatball commented 2 years ago

a maximal PhaseItem::SortKey value

Issue with this approach is it breaks sorting between the elements of the gizmo.

bonsairobo commented 2 years ago

a maximal PhaseItem::SortKey value

Issue with this approach is it breaks sorting between the elements of the gizmo.

Good point. I guess they really do need their own depth buffer.

bonsairobo commented 2 years ago

Ready to merge?

TheRawMeatball commented 2 years ago

@aevyrie can you merge this and cut a release?