View Single Post
  #2  
Old 10-14-2008, 11:34 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You are using the setEuler function incorrectly, it should look like the following:
Code:
body.setEuler(euler,viz.ABS_GLOBAL)
You need to pass in the new euler value to the function.
Reply With Quote