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

COW Tutorials: After Effects Creating a Hologram Look

Cow Forums : Adobe After Effects
COW Tutorials: After Effects Creating a Hologram Look
by Kathlyn Lindeboom on Feb 1, 2008 at 6:37:08 pm

Creating a Hologram Look in After Effects

In this video tutorial, Creative Cow leader Aharon Rabinowitz returns to one of his earliest tutorials, "Creating TV Look," and shows how it can be used to create the look of a Hologram as seen in science fiction movies.



Click on the link above to find Aharon's tutorial.





Kathlyn Lindeboom
Mistress of Mmmooooo
Join my LinkedIn network
Join the COW's LinkedIn Group
Do you have your complimentary subscription to Creative COW Magazine yet?


Respond to this post   •   Return to posts index

Quick Note on loopOut();
by Darby Edelen on Feb 1, 2008 at 7:20:00 pm

Just a quick note on the loopOut() expression. You don't actually need to specify "type='cycle'" in the parameters as this is the default:

loopOut(type="cycle");

is the same as:

loopOut("cycle");

which is the same as:

loopOut();

If anything, specifying type="cycle" might very slightly, imperceptibly even, increase memory requirements as you're creating a variable named 'type' to contain the value "cycle" before passing it to loopOut()... But the main reason I mention it is because it takes less time to type it out =)

Darby Edelen
Designer
Left Coast Digital
Santa Cruz, CA

Respond to this post   •   Return to posts index

Re: Quick Note on loopOut();
by Steve Roberts on Feb 1, 2008 at 8:52:02 pm

Thanks, Darby!

Steve



Respond to this post   •   Return to posts index

<< PREVIOUS THREAD   •   VIEW ALL THREADS   •   PRINT   •   NEXT THREAD >>


FORUMSTUTORIALSMAGAZINEDVDsBOOKSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]