motion graphics eXchange
top

Creating Circular And Spiral Motion Paths

Thumbnail for: Creating Circular And Spiral Motion Paths
A simple expression, using a little bit of mathematics, that will let you create circular and spiral motion paths.
After Effects CS3
Useful things
Expressions

Views: 4408
Permalink
visit |  share this  error? 
The expression can be applied to anything in After Effects with a 'position' property to create a variety of effects. Here it's used with a light and Trapcode Particular.
For Circular:
radius=300
angle=time*200
x=radius*Math.cos(degreesToRadians(angle))
y=radius*Math.sin(degreesToRadians(angle))
z=0
centre=[640,360,0]
add(centre,[x,y,z])
For Spiral:
shrink=time+1
radius=1000/shrink
angle=time*200
x=radius*Math.cos(degreesToRadians(angle))
y=radius*Math.sin(degreesToRadians(angle))
//z=0 // no depth
z=time*time // with depth
centre=[640,360,0]
add(centre,[x,y,z])
by Ewan Smith


(Min. Version: After Effects CS3, Category: Useful things, Type: Expressions)
posted by Dan Johansson on Apr 12, 2010

 

Related topics:

Lightwrap in After Effects

Thumbnail for: Lightwrap in After Effects
This brief tutorial covers the compositing technique of light wrapping.
After Effects CS4
Keying
Video-/Tutorials

Views: 247
Permalink
posted by jamie on Jan 13, 2012

Lightwrap Preset

Thumbnail for: Lightwrap Preset
This is a preset that you can use on green screen footage or just general compositing.
After Effects CS5
Keying
Presets (ffx)

Views: 205
Permalink
posted by jamie on Jan 13, 2012

3D Cube Creator

Thumbnail for: 3D Cube Creator
This script is used to create a 3d cube. You can later replace the different sides and spin the null around for easy animation.
After Effects CS3
3D
Scripts (jsx)

Views: 2318
Permalink
posted by MicGyver on Nov 11, 2011


 

 

follow us on http://twitter.com/mgxchangeget in touch on facebook

 

 

motion graphics eXchange - Get The Search Engine