bevy-inspector-egui icon indicating copy to clipboard operation
bevy-inspector-egui copied to clipboard

Set gizmo mode throws error for GizmoModes

Open ASoldo opened this issue 1 year ago • 0 comments

https://github.com/jakobhellermann/bevy-inspector-egui/blob/12b932675be73baddf7b51d9da57f19ca136d60f/crates/bevy-inspector-egui/examples/integrations/egui_dock.rs#L123C1-L125C43

These are the options now: image

is this how we should update code? :

        (KeyCode::KeyR, GizmoMode::RotateView),
        (KeyCode::KeyT, GizmoMode::TranslateView),
        (KeyCode::KeyS, GizmoMode::ScaleUniform),

But I don't see gizmos showing.

ASoldo avatar Jul 06 '24 21:07 ASoldo