SoRotateCamera¶
- InventorModule¶
author
package
dll
definition
Purpose¶
The module SoRotateCamera rotates the camera in an Open Inventor 3D viewer around the current focal point.
Windows¶
Default Panel¶
Input Fields¶
inCamera¶
- name: inCamera, type: SoNode¶
inScene¶
- name: inScene, type: SoNode¶
Output Fields¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
Visible Fields¶
Rotation Axis¶
- name: rotationAxis, type: Vector3, default: 0 1 0¶
Sets the rotation axis to rotate around.
Rotation Angle¶
- name: rotationAngle, type: Float, default: 360¶
Sets the rotation angle, which is divided by the
Rotation Steps.
Rotation Steps¶
- name: rotationSteps, type: Integer, default: 80¶
Sets the number of rotation steps the
Rotation Angleis divided into.
Rotation Current Step¶
- name: rotationCurrentStep, type: Integer, persistent: no¶
Shows the current rotation step. Cannot be larger than
Rotation Steps.
Auto Adjust Clipping Planes¶
- name: autoAdjustClippingPlanes, type: Bool, default: TRUE¶
If checked, the viewer’s clipping plane (near and far) are automatically adjusted while rotating the camera.
Rotate¶
- name: rotate, type: Trigger¶
When pressed, the camera is rotated one step or if
Auto Rotateis set, the entireRotation Angleis used in steps.