-
Looping a sine expression within a 10 sec animation
Hi All,
I am trying to loop a sine expression within a 10sec frame so that when playback the sine wave is seamless.
What i did was thisCreate a layer under Trapcode Particular
under Emitter>Position XY the expression isxPos = 2800;
freq=0.15;
amp=random(50,100);
y = amp*Math.sin(freq*time*Math.PI*2);
yPos = y+360;
[xPos,yPos]See my sample here. https://youtu.be/H5H3KmGJk1w
Need some guidance on how to write the sine expression to loop whilst holding the same wave height/length and frequency ?
Please help!
Thanks!
NinaxPos = 2800;
freq=0.15;
amp=random(50,100);
y = amp*Math.sin(freq*time*Math.PI*2);
yPos = y+360;
[xPos,yPos]
Some contents or functionalities here are not available due to your cookie preferences!This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.


