FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.49k stars 339 forks source link

Add an ability to rotate the editor camera using scene gizmo #586

Open mrDIMAS opened 5 months ago

mrDIMAS commented 5 months ago

Add an ability to rotate the editor camera using scene gizmo:

scene gizmo

Rotation should happen if a user clicks on the gizmo and starts dragging the mouse while holding the button. Ordinary clicks should switch views as before. Scene gizmo is located in editor/src/scene_viewer/gizmo.rs

Fedron commented 3 months ago

I would like to take this one on if possible?

mrDIMAS commented 3 months ago

Hi, yeah, this issue seems to be quite easy to fix, so you can try it.