View Full Version : simple wing animation
ikHandle 02-15-2006, 11:13 AM hi,
how do i let the wings of my helicopter rotate excact 11turns in 1 sec with a expression
dont have any experience with expressions
|
|
harmless
02-15-2006, 03:14 PM
a blade that rotates 11 times in one second:
break it down.
360 degrees * 11 (per sec)
1 second = fps (fps is the frames-per-second preference setting)
rotation = current frame/fps * 360 * 11
I will let you look up the melscript command that returns current frame and fps.
It'll be good exercise.
CGTalk Moderation
02-15-2006, 03:14 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.