Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
LIBRARY: TutorialsVideo TutorialsReviewsInterviewsEditorialsFeaturesBusinessAuthorsRSS FeedTraining DVDs

Using Motion Sketch to build a Spiral Path in 3D Space

Creative COW RSS Tutorials Feed
COW Library : Fang Xiang : Using Motion Sketch to build a Spiral Path in 3D Space
Using Motion Sketch to build a Spiral Path in 3D Space
After Effects Tutorial


Using Motion Sketch to build a Spiral Path

Fang Xiang 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.


Movie link Project zip


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:

PART 1

Create a new comp, and create a 50*50 solid as guide.

Figure 1

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

Figure 2

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.
Figure 3


PART 2


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.

Figure 4



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.

Figure 5
(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.

Figure 6
(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:

Figure 7



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





  Adobe After Effects Tutorials   •   Adobe After Effects ForumAdd Comment
Comments

You could also you an expression to write your path
by Martin Woods on Jan 21, 2010
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
cow star
Using Motion Sketch to build a Spiral Path in 3D Space
by Aza Allen on Jan 22, 2009
I am totally lost in the 2nd part. Is there any way to clear it up?
cow starcow starcow star
Using Motion Sketch to build a Spiral Path in 3D Space
by Aza Allen on Jan 22, 2009
I am confused... at the start of part 2 you say to use Motion Sketch again? Are we supposed to draw another spiral?
cow starcow starcow starcow starcow star
Using Motion Sketch to build a Spiral Path in 3D Space
by joe zhangjiajun on Jan 17, 2009
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:
Motion Tracking and Stabilization in Adobe After EffectsMotion Tracking and Stabilization in Adobe After Effects
Adobe After Effects Review
Slow Motion StillsSlow Motion Stills
RE:Vision Effects Tutorial, Video Tutorial
Jack of All Trades, Master of Expressions Jack of All Trades, Master of Expressions
Adobe After Effects Expressions Tutorial, Video Tutorial
Cool Linear Wipe with a StrokeCool Linear Wipe with a Stroke
Adobe After Effects Tutorial, Video Tutorial
Extrude Adobe Illustrator Logos and Graphics in Adobe After EffectsExtrude Adobe Illustrator Logos and Graphics in Adobe After Effects
Boris FX Tutorial, Video Tutorial
Sapphire Hidden TricksSapphire Hidden Tricks
Genarts Sapphire Tutorial
Advanced Control of Invigorator Pro: Part TwoAdvanced Control of Invigorator Pro: Part Two
Zaxwerks Tutorial, Video Tutorial
Advanced Control of Invigorator Pro: Part OneAdvanced Control of Invigorator Pro: Part One
Zaxwerks Tutorial, Video Tutorial
The Pen ToolThe Pen Tool
Adobe After Effects Tutorial, Video Tutorial
Controlling Zaxwerks ProAnimator Pivot-PointControlling Zaxwerks ProAnimator Pivot-Point
Zaxwerks Tutorial, Video Tutorial
MORE


FORUMSTUTORIALSMAGAZINETRAININGVIDEOS - REELSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]