View Single Post
  #1  
Old 11-22-2017, 06:05 AM
Vishav Vishav is offline
Member
 
Join Date: Jun 2017
Posts: 57
Spin non-circular objects along its axis

Dear all,

I want to spin non-circular objects along its axis. But somehow nothing is working. Although example of plant spinning is available, i want to add spinning action to toys of different shapes and available code is not working in my case. Please do help.

PFA source code:
spin = vizact.spin(0,1,0,15)
s1=ob1.addAction(spin)

Regards

Vishav
Reply With Quote