Gui: Added classic trackball orbit style (#20535)

* Gui: add classic trackball orbit

* Gui: add rounded arcball orbit
This commit is contained in:
Graic
2025-04-28 12:12:53 -04:00
committed by GitHub
parent 350a416708
commit 8d2cb99712
4 changed files with 298 additions and 138 deletions

View File

@@ -475,7 +475,9 @@ Select a set and then press the button to view said configurations.</string>
<string>Rotation orbit style.
Trackball: moving the mouse horizontally will rotate the part around the y-axis
Turntable: the part will be rotated around the z-axis (with constrained axes).
Free Turntable: the part will be rotated around the z-axis.</string>
Free Turntable: the part will be rotated around the z-axis.
Trackball Classic: moving the mouse will rotate the part allowing precession
Rounded Arcball: moving the mouse in the corners of the screen will only roll the part.</string>
</property>
<property name="currentIndex">
<number>1</number>
@@ -495,6 +497,16 @@ Free Turntable: the part will be rotated around the z-axis.</string>
<string>Free Turntable</string>
</property>
</item>
<item>
<property name="text">
<string>Trackball Classic</string>
</property>
</item>
<item>
<property name="text">
<string>Rounded Arcball</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">