mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Fixed the 'iso' camera orientation.
This commit is contained in:
@@ -513,7 +513,7 @@ sub select_view {
|
|||||||
if (ref($direction)) {
|
if (ref($direction)) {
|
||||||
$dirvec = $direction;
|
$dirvec = $direction;
|
||||||
} else {
|
} else {
|
||||||
if ($direction eq 'default') {
|
if ($direction eq 'iso') {
|
||||||
$dirvec = VIEW_DEFAULT;
|
$dirvec = VIEW_DEFAULT;
|
||||||
} elsif ($direction eq 'left') {
|
} elsif ($direction eq 'left') {
|
||||||
$dirvec = VIEW_LEFT;
|
$dirvec = VIEW_LEFT;
|
||||||
|
|||||||
Reference in New Issue
Block a user