Gui: Added classic trackball orbit style (#20535)
* Gui: add classic trackball orbit * Gui: add rounded arcball orbit
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user