Hi,
So I'm trying to have a flock of objects semi-randomly hover around.
I used a random effector to add the random position movement.
However to make this movement look a bit more 'intentional' I want to have the objects 'lean into' the movement. Meaning they would tilt along the motion vector.
I've done this in the past by hacking together xpresso but I was trying to see if I could do it with mograph.
I noticed the 'track' field and saw the car example by RocketLasso (https://www.youtube.com/watch?v=S6Oq4Xnc-AU) - however this only works with keyframed animation and I'm trying to work with procedural animation.
In the past there seems to have been a free plugin "Velocity Effector" but it's discontinued. I also found a reference to a Python Effector but that seems to have broken with recent versions of C4D.
So is it possible to take the motion vector from procedural mograph animation and feed it into another parameter, and how would you go about it?
The next challenge would be to make the objects 'lean into' the movement before starting the movement. I was thinking about a negative delay field but it seems the delay field won't go into negative values.
Best,
Barend