Thread: spinning
View Single Post
  #2  
Old 04-13-2009, 11:53 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
With vizact.spin you can specify the axis to spin around. If you just want to spin around the z axis
Code:
spinAction = vizact.spin(0,0,1,90) # Spin an object around the z axis at 90 deg/sec.
object.add(spinAction)
Reply With Quote