Using Motion Sketch to build a Spiral Path in 3D Space
Using Motion Sketch to build a Spiral Path in 3D Space
 |
Fang Xiang,
Zhejiang, China
©2006 Fang Xiang and CreativeCow.net. All Rights Reserved. |
Article Focus:
In this article, Fang Xiang demonstrates using motion sketch and an expression to build a spiral path in 3D space.
|
Using After Effects to build a screw path in 3d space can be very difficult for a beginner. Now, I've found a very easy way to create this effect using motion sketch and expressions. I have divided it into two parts. In the first part, we will build a circle in the 2d; and in the second, we will adjust the z axis. OK, let's begin:
Create a new comp, and create a 50*50 solid as guide.

Now we will use motion sketch. Open it from window -- motion sketch.

Now, let's draw a circle path ... how many circles? It's up to you. Press Start Capture button and then draw circle in the comp window.
You should draw it slowly to make the path smooth.
OK, this is the first part.

In this step, we will adjust the z axis. To adjust it, we should create a null layer and use motion sketch again, but before we use it, we should adjust position x to 0, because I want to use an expression to make null x to become guide layer's z axis.

When you finish drawing it, you can open the keyframe and make the middle keyframe a roving keyframe, and put them as long as time line.

(please click here for a larger illustration)
Add an expression to a position of guide layer. The expression is:
x = position [0];
y = position [1];
z = thisComp.layer("Null 1").position[0];
[x,y,z]
When it is finished, you can press 0 to preview.

(Please click here for a larger illustration)
We also can make a new screw path. If we reshuffle the axis, we could make more new things.
Using it as a path of an emitter of particular can make lots of fantastic things just like this:

Fang Xiang works at a Zhejiang, China, TV station. |
If you found this page from a direct link, please visit our forums or read other articles at CreativeCOW.net
|
Comments | | | |  | You could also you an expression to write your path by Martin Woods 64593169 |
If you make your path using the null object in 3D and then distribute to keyframes and parent the anchor point of another 2D solid you can then apply 2D effects such as the old chestnut particular.
To make a screw in expression try this;
vel1=20; // outward velocity
vel2=40; // rotation velocity
vel3=50; // upward velocity
radius=30; // Radius of the helix's bottom
radtemp=radius+vel2*time; // Radius at a certain time
angletemp=vel1*time; // angle at a certain time
a= -Math.cos(angletemp)* radtemp; // X position
b= -vel3*time; // Y position
c=Math.sin(angletemp)* radtemp; // Z position
[a,b,c]+thisComp.layer("center").position //output the position
| | | | |
| | | |  | Using Motion Sketch to build a Spiral Path in 3D Space by Aza Allen 96054462 |
I am totally lost in the 2nd part. Is there any way to clear it up? | | | | |
| | | |  | Using Motion Sketch to build a Spiral Path in 3D Space by Aza Allen 96054999 |
I am confused... at the start of part 2 you say to use Motion Sketch again? Are we supposed to draw another spiral? | | | | |
| | | |  | Using Motion Sketch to build a Spiral Path in 3D Space by joe zhangjiajun 96518960 |
It ia a awesome tutorial,looks beauty.And I want to konw your ideas.For example why you work out that cool effects. Thanks ! | | | | |
| Related Articles / Tutorials: | | | | |
Adobe After Effects
Virtual 3D Sets with After Effects Play Video Rob Mize demonstrates techniques for creating a virtual set in 3D space. He shows how you can build sophisticated, detailed environments, where your actors appear to interact with their 3 dimensional surroundings. Build the set of your dreams using nothing more than After Effects, a few textures and your creativity.
Tutorial, Video Tutorial
|
| | | | |
| | | |
Adobe After Effects
Lite Bite for After Effects: How do I create a simple Light Wrap? Play Video "Lite Bites" are short no-frills tutorials giving quick answers for busy people. In this first AE Lite Bite tutorial, Andrew Devis shows how to make a quick 'light wrap' effect for a keyed item so that the edge or alpha channel of the keyed item includes some of the pixels from the background element so that it starts to look as if the two items really belong together.
Tutorial, Video Tutorial
|
| | | | |
| | | |
Adobe After Effects
Using the Scribble & Stroke Effects Play Video The "Scribble" and the "Stroke" effects are often overlooked due to the fact that it isn't immediately obvious how they work as they won't work unless applied in a very particular way. In this in-depth tutorial, Andrew Devis explains how to apply these effects and then goes through the many options in each effect which can make them very powerful and able to produce a surprisingly large variety of results.
Tutorial, Video Tutorial
|
| | | | |
| | | |
Adobe After Effects
Adobe Creative Cloud Offers Applications, Services, Community
With Creative Cloud, Adobe is switching from a model of software as a product to Software as a Service (SaS). By early 2012, Adobe Creative Cloud is expected to include such applications as After Effects, Premiere and Photoshop. Creative Cloud includes a hub for viewing, sharing and syncing of files, and a subscription with 20GB of cloud storage.
Feature, People / Interview
|
| | | | |
| | MORE |
| |
|