mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00: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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user