-
Brownian Motion / “Random Walk”
Hey All,
I have a client requesting me to do a simple animation replicating the concept of Brownian Motion. This is going to into a University where they actually study it, so it has to be quite accurate. The reference movie they sent me can be found here.
It looks simple enough, and I’ve actually come quite close using Particular. You can see in my screenshot the result I currently have and how I got there. I have basically parented the Particular Emitter to a Null with a simple wiggle expression for the small moves. I then parented that Null to a second Null that gives me the larger moves around the comp. My problem at the moment is that the “Larger Movement Null” is constrained to just 300 units from the comp center. I would like to constrain it to the overall comp size and say that it can’t move more than say 50 pixels at a time. I want it to be able to move all over the comp, but constrain it to smaller moves to do so if that makes sense. In the reference video, the emitter never seems to move more than maybe 20 or 30 pixels at a time.
I hope this makes sense. Please let me know if you need clarification.
Thanks everyone!
-BrianseedRandom(thisComp.layer("Large Mover Controls").effect("Random Seed")("Slider"));
//wiggle(.1,300)wiggle(.1, 300, octaves = thisComp.layer("Large Mover Controls").effect("Octaves")("Slider"), amp_mult =thisComp.layer("Large Mover Controls").effect("Amp Mult")("Slider"), t = time)