hi, i'm working on an animation that will have a propeller attached to a submarine, the way i thought to do this would be to parent the propeller and submarine to each other and write a simple expression to make the propeller rotate as the sub moves along a path. am i on the right track and if so what would be written in the expression.
I'd suggets to group the propeller with itself to create a new transform node to it. Then parent the group (not the propeller shape) to the submarine. This will allow to transform the propeller freely while it still moves with the sub. Then create the expression to the propeller's (not the group) rotation. For example:
propeller.rotationZ = time * (some value);
I used rotationZ just for an example. Your may vary...
You may not post new threads |
You may not post replies |
You may not post attachments |
You may not edit your posts |
BB code is On |
Smilies are On |
[IMG] code is On |
HTML code is Off