NodeTrackerManipulator QML Type

Control based on tracked node position and orientation More...

Import Statement: import osgGA 2.0
Inherits:

OrbitManipulator

Properties

Detailed Description

Property Documentation

rotationMode : enumeration

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.

trackNode : osg::Node

Tracked node.


trackerMode : enumeration

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.