![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
#5
|
|||
|
|||
In this case you don't need to get the yaw, pitch, and roll values. Just get a handle to the tracker link and use the link.setEuler operator:
Code:
trackerLink = vizconnect.getTracker('headtracker').getLink() #Keep the incoming yaw and pitch, but zero the roll trackerLink.setEuler([None,None,0]) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
The problem of tracker using via VRPN | _kj_ | Vizard | 2 | 08-13-2009 12:03 AM |
question about yaw, pitch, roll | TunTun | Vizard | 2 | 05-23-2007 12:46 PM |