View Single Post
  #3  
Old 07-20-2009, 09:44 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can use the <node>.center() command to set the pivot point for rotation. For example, if you wanted to rotate the line around the first vertex, you would use the following code:
Code:
vec1.center(2,3,5)
Reply With Quote