ForesightMiningSoftwareCorporation / bevy_transform_gizmo

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

Upstream stuff #29

Closed TheRawMeatball closed 2 years ago

TheRawMeatball commented 2 years ago
aevyrie commented 2 years ago

Looks like we also need to update for bevy 0.8. :grimacing:

aevyrie commented 2 years ago

Instead of biasing the gizmo in the vertex shader, we should really be using renderlayers. Not something that needs to be addressed here though.