View Single Post
  #1  
Old 06-30-2010, 01:26 AM
Ellen Ellen is offline
Member
 
Join Date: Jun 2010
Posts: 3
Spin around one point

Hey there,

I´ve a problem spinning the ear of a rabbit.
My animation should be similar to this video:
http://www.youtube.com/watch?v=m10h7nXSZ_g

But because I´m not familiar with programming, the ears leave the body of the rabit when they spin I tried to find some solution like "spinning an object around a specific point" but I didn´t find one.

My unsatisfying solution until know looks like this:

Quote:

turnAround = vizact.spin(1,0,0,200,30)

Ear1.addAction(turnAround)
Ear2.addAction(turnAround)
p.s.: Body and ears were all single objects which I positioned in a room

Can someone please help me?

THANKs
Reply With Quote