Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set gizmo mode throws error for GizmoModes #203

Open
ASoldo opened this issue Jul 6, 2024 · 0 comments
Open

Set gizmo mode throws error for GizmoModes #203

ASoldo opened this issue Jul 6, 2024 · 0 comments

Comments

@ASoldo
Copy link

ASoldo commented Jul 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant