Q3Tracker_MoveOrientation
You can use theQ3Tracker_MoveOrientationfunction to set the orientation of a tracker relative to its current orientation.
TQ3Status Q3Tracker_MoveOrientation ( TQ3TrackerObject trackerObject, TQ3ControllerRef controllerRef, const TQ3Quaternion *delta);
trackerObject- A tracker object.
controllerRef- A reference to a controller.
delta- The desired change in orientation of the specified tracker.
DESCRIPTION
TheQ3Tracker_MoveOrientationfunction adds the value specified by thedeltaparameter to the orientation of the tracker specified by thetrackerObjectandcontrollerRefparameters. If the specified tracker is inactive,Q3Tracker_MoveOrientationhas no effect.
- Note
- Calling
Q3Tracker_MoveOrientationmight cause the notify function of the tracker to be called.![]()