NodeTrackerManipulator QML Type
Control based on tracked node position and orientation More...
Import Statement: | import osgGA 2.0 |
Inherits: |
Properties
- rotationMode : enumeration
- trackNode : osg::Node
- trackerMode : enumeration
Detailed Description
Property Documentation
Rotation mode. It can be one of:
- NodeTrackerManipulator.TRACKBALL - Use a trackball style manipulation of the view direction w.r.t the tracked orientation.
- NodeTrackerManipulator.ELEVATION_AZIM - Allow the elevation and azimuth angles to be adjust w.r.t the tracked orientation.
Tracker mode. It can be one of:
- NodeTrackerManipulator.NODE_CENTER - Track the center of the node's bounding sphere, but not rotations of the node.
- NodeTrackerManipulator.NODE_CENTER_AND_AZIM - Track the center of the node's bounding sphere, and the azimuth rotation (about the z axis of the current coordinate frame).
- NodeTrackerManipulator.NODE_CENTER_AND_ROTATION - Tack the center of the node's bounding sphere, and the all rotations of the node.