View Single Post
  #2  
Old 07-07-2010, 09:30 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The old intersense.dls plugin is deprecated and you should only use the intersense.dle extension. The sensor objects returned by both of the plugins support the standard sensor methods for retrieving orientation data, sensor.getEuler(), sensor.getQuat(), sensor.getAxisAngle(), etc..

With the newer extension, there is no need to call getData(). If you want the joystick position you can use the sensor.getJoystickPosition() command.
Reply With Quote