bevy/crates/bevy_render
ira e29981dcbd
Add option to disable gizmo rendering for specific cameras (#8952)
Added `GizmoConfig::render_layers`, which will ensure Gizmos are only
rendered on cameras that can see those `RenderLayers`.

---------

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2023-06-29 00:56:31 +00:00
..
macros Fix AsBindGroup derive, texture attribute, visibility flag parsing (#8868) 2023-06-21 23:58:55 +00:00
src Add option to disable gizmo rendering for specific cameras (#8952) 2023-06-29 00:56:31 +00:00
Cargo.toml improve shader import model (#5703) 2023-06-27 00:29:22 +00:00