UpVector¶
Defines a constraint on rotations.
Each view in NavigateView contains an up vector. This influences the behavior of rotations that are applied to the pose. If a value other than "None"
is given, the pose can only be rotated around two axes, around the current horizontal axis (pitch) of the view and around the given up vector. Otherwise the rotations yaw, pitch and roll are possible.
JSON Format¶
- Type
String
- Default Value
"None"
Values¶
Value |
Description |
---|---|
|
Do not preserve an up vector, allow yaw pitch and roll. |
|
Preserve Z as up vector by restricting rotations to worlds negative z axis and viewers pitch axis. |
|
Preserve Z as up vector by restricting rotations to worlds positive z axis and viewers pitch axis. |