mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
QoL: Add auto perspective (#8312)
* ImGuizmo: Comment out unused code * 3DNav: Avoid gimbal lock by using polar coordinates * 3DNav: Make sure top and bottom are oriented correctly * Add auto perspective * Add options --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
1558edf827
commit
345ab82f91
7 changed files with 173 additions and 87 deletions
|
@ -170,6 +170,9 @@ void AppConfig::set_defaults()
|
|||
if (get("use_perspective_camera").empty())
|
||||
set_bool("use_perspective_camera", true);
|
||||
|
||||
if (get("auto_perspective").empty())
|
||||
set_bool("auto_perspective", false);
|
||||
|
||||
if (get("use_free_camera").empty())
|
||||
set_bool("use_free_camera", false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue