View Single Post
  #2  
Old 06-22-2011, 09:58 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The operators are performed in the order of their priority number. If you create the postTrans/postEuler operators before the setPos operator, then it will affect the modified position values.

This is true for all link operators. The output of each operator is fed into the next operator. The final matrix is then applied to the destination object.
Reply With Quote