View Single Post
  #2  
Old 11-21-2013, 04:34 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
What tracking system are you using? The following code will do a right-to-left conversion:
Code:
#Negate Z value of position 
headTracker.swapPos([1,2,-3]) 

#Negate X,Y value of quaternion 
headTracker.swapQuat([-1,-2,3,4])
Reply With Quote