mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Enabled perspective camera
This commit is contained in:
parent
a15cb597ab
commit
a3e6412113
3 changed files with 52 additions and 41 deletions
|
@ -2365,6 +2365,8 @@ void GLCanvas3D::on_char(wxKeyEvent& evt)
|
|||
case 'a': { post_event(SimpleEvent(EVT_GLCANVAS_ARRANGE)); break; }
|
||||
case 'B':
|
||||
case 'b': { zoom_to_bed(); break; }
|
||||
case 'C':
|
||||
case 'c': { m_camera.select_next_type(); m_dirty = true; break; }
|
||||
case 'I':
|
||||
case 'i': { set_camera_zoom(1.0f); break; }
|
||||
case 'O':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue