I suspect this is a FAQ, but I'm having a little trouble searching for it. In a 3D environment, how does one go about showing a visual indicator for the current Camera and PointLight translations? I guess this is similar to what Avian does with its debug rendering, but I don't need much in the way of complexity!
Aaaaand...
it's gizmos. https://github.com/bevyengine/bevy/blob/main/examples/gizmos/3d_gizmos.rs
Oh well, nice talkin' to ya, https://discord.com/channels/691052431525675048/1019697973933899910! I'll post a simple implementation below when I have one.