Inherits osgTracker::Tracker.
Public Member Functions | |
VRPNTracker (std::string trackerName) | |
virtual void | update () |
void | updateFromVRPN (const vrpn_TRACKERCB info) |
virtual bool | requestSensor (unsigned int sensorID) |
|
Creates a tracker that is a vrpn client and updates the transform based on the readings sent by the vrpn server
|
|
requests a sensor to be associated with a given transform
Reimplemented from osgTracker::Tracker. |
|
update is called by the tracker handler. It sets all transforms as not being tracked and calls vrpn mainloop. Implements osgTracker::Tracker. |
|
a callback function called by VRPN when a new tracker reading is available |