#Possible to draw camera-specific gizmos?
2 messages · Page 1 of 1 (latest)
Oh whoops, I'm thinking of https://github.com/bevyengine/bevy/pull/10342
More broadly https://github.com/bevyengine/bevy/issues/9400
GitHub
Objective
This PR aims to implement multiple configs for gizmos as discussed in #9187.
Solution
Configs for the new GizmoConfigGroups are stored in a GizmoConfigStore resource and can be accesses u...