Blacksite/third_party/transform-gizmo-bevy/PATCH.md
Rbanh f29712d158
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Initial project import
2026-06-05 21:44:45 -04:00

14 lines
587 B
Markdown

# transform-gizmo-bevy 0.9.0 (patched)
Vendored from crates.io 0.9.0 with one render fix:
- `queue_transform_gizmos` sets `MeshPipelineKey::ATMOSPHERE` when the view has
`ExtractedAtmosphere`, matching Bevy 0.18 PBR mesh-view bind groups.
- `update_gizmos` sets `GizmoInteraction.hovered` when the cursor is inside
`GizmoOptions.viewport_rect` (Scene View dock panel / render-to-texture).
Required for WYSIWYG Scene View (`apply_project_camera_fx` with atmosphere) +
`TransformGizmoPlugin` on the editor fly camera.
Upstream: https://github.com/urholaukkarinen/transform-gizmo