typedef TQ3Status (*TQ3TrackerNotifyFunc) ( TQ3TrackerObject trackerObject, TQ3ControllerRef controllerRef);trackerObject
A tracker object.controllerRef
A reference to a controller.
TQ3TrackerNotifyFunc
function is called whenever any controller associated with a tracker has new data to be processed and the data meets or exceeds the current position and orientation thresholds for the tracker. The affected controller and tracker are passed in the controllerRef
and trackerObject
parameters. Your tracker notify function might, for example, schedule your application to awaken and redraw the scene.kQ3Success
if it is successful and kQ3Failure
otherwise.Q3Tracker_New
on page 18-35 for information on setting the notify function of a tracker.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker