View Single Post
  #1  
Old 10-12-2007, 12:46 PM
Jerry Jerry is offline
Member
 
Join Date: Jun 2004
Posts: 105
How to reverse link direction

I have an inertiacube linked to a model using the following code:

Code:
ori = add('intersense.dls')
orilink = link(ori,model)
How can I reverse the sign of the pitch so that when I tilt top of the
inertiacube away from me the top of the model rotates toward me?
I want the yaw and roll to remain unchanged.
Reply With Quote