interframe movements
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/12/2002 at 08:57, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 6.3
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;---------
I would like to write a plugin or expression that would move an object around in-between each frame so that when motion blur is used, the object would blurred randomly. Say for example, I wanted an object to travel in a circle of determined length between each frame. How can I do that? I can make the object travel in a circle, but how to do it between each frame?
Matt -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/12/2002 at 09:43, xxxxxxxx wrote:
Just calculate a delta trajectory that's 0 on exact frames but goes in a circular pattern between the frames, then add this to the object position. This seems more like a mathematical problem to me.