-
Flow parameter = Y?
So basically I am trying to do a sand dunes type of scene using Trapcode Form and I am animating the ‘Flow Z’ of the Fractal Field to make the dunes roll by. Great. At some points they roll by fast, at some points they move slow.
Now I have decided that I want some random noisy sand texture to the dunes. I tried just applying random to the color channel, but that applies to each point, which doesnt move with the Flow Z, so you get this sliding texture which is kind of cool, but not what I want.
So I thought I could use a Layer Map in Form to texture my color with a Fractal Noise pattern. Works good, I had to precomp the Fractal Noise, but now it is on my grid and I can change it, the texture, around as I see fit. Cool.
But I cant quite wrap my head around how to correlate the Fractal Noise’s Offset Turbulence to stay locked to Form’s Flow Z?
Flow Z is a rate of change, but Offset Turbulence is a set number in space. How do I make said number line up with the movement of Form’s Fractal Field?
This is what I’ve got so far on the Fractal Noise’s Offset Turbulance, it does move and change via Form’s rate, but it does not stay locked
Thanks for any help…
[750, time*comp("Shashkin").layer("Desert").effect("Form")("Flow Z")]