Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
ADOBE AFTER EFFECTS: ForumAE BasicsAE ExpressionsTutorialsArticlesPodcastsMotion GraphicsTrainingCinema 4D

Re: 3D lines

Cow Forums : Adobe After Effects Expressions
VIEW POSTS   •   ADD A NEW POST   •   SEARCH   •   CHANGE FORUM
Return to Posts Index   •   Read Entire Thread   •   Reply To This Post


cow
Re: 3D lines
by Trent Armstrong (pxlguy) on Jun 20, 2008 at 3:52:32 pm

This is a really fun implementation of the expression that converts 3D coordinates into 2D coordinates.

There is one issue with using a Beam Effect. The layer must be 2D and therefore can easily pass in front of 3D layers and break the illusion. If you can figure out the relationship between those layers, you should be fine.

You would place your layers in 3D space with a 2D solid layer over them. Put a Beam Effect on the Solid and use this expression for the Starting Point:

target = thisComp.layer("YOUR FIRST LAYER");
fromComp(target.toComp(target.anchorPoint));

Ending Point:

target = thisComp.layer("YOUR SECOND LAYER");
fromComp(target.toComp(target.anchorPoint));

This works especially well with layers to which you are able to match the beam color.

See the Network Section of the promo video here: http://www.mindbenderacademy.com

Trent

Trent Armstrong - Creative Cow Leader
http://www.dallasaeug.com


Return to Posts Index   •   Read Entire Thread   •   Reply To This Post


Current Message Thread:
  • 3D lines by Paul Maguire on Jun 20, 2008 at 11:17:17 am
    • Re: 3D lines by Trent Armstrong on Jun 20, 2008 at 3:52:32 pm


Related Threads:
3D splines in After Effects   |   Random Lines Expression   |   Drawing lines   |   Is it possible to "read" the number of lines in a text box?   |   Random Lines expression help.   |   moving lines with expressions   |   How calculate the circumference's lenght of a mask / dotted lines along mask path   |   Doted Lines - Street Marking   |   How do I make these fading/moving overlayed lines?   |   3d Lines

Related Tags:
3D



Note: If you are a registered user and you do not see your name and email in the two respective fields above, you may reset your account cookies by clicking here. Your post will not be accepted if the name and email provided above are not currently registered in our database.

Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message   Entire Thread   None  


Message                Add Bold Tag To Message (JavaScript required)

To put any item inside this tag:

1. Highlight the desired text
2.Click this buttonAdd Italic Tag To Message (JavaScript required)

To put any item inside this tag:

1. Highlight the desired text
2.Click this buttonAdd Underline Tag To Message (JavaScript required)

To put any item inside this tag:

1. Highlight the desired text
2.Click this buttonAdd Image Link Tag To Message (JavaScript required)

To put any item inside this tag:

1. Highlight the desired text
2.Click this buttonAdd URL Link Tag To Message (JavaScript required)

To put any item inside this tag:

1. Highlight the desired text
2.Click this button

Note: The following characters are HTML command characters, and may cause parts of your post to disappear, if not used correctly: < > &. To include any portion of the post in your response, highlight the desired text and hit the "Q" key. For more on how to post, click here.


Please post Expressions Code in the box below:


Add your message signature


 


Note: By clicking "Post Direct" button above, you are agreeing to the Creative Cow's Code of Conduct.



FORUMSTUTORIALSMAGAZINEDVDsBOOKSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]