View comments | RSS feed

After Effects CS3  |  Go to CS4 Help

Example: Make a 3D layer invisible if facing away from camera

  Apply the following expression to a 3D layer’s Opacity property:
  if (toCompVec([0, 0, 1])[2] > 0 ) value else 0



Comments

Comments are no longer accepted for After Effects CS3. After Effects CS4 is the current version. To discuss After Effects CS3, please use the Adobe forum.

Comments


Todd_Kopriva said on Feb 13, 2008 at 7:54 AM :
Dan explicates this expression on his website:
http://www.motionscript.com/design-guide/invisible-facing-away.html

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/en_US/AfterEffects/8.0/WSC2C0709E-4AA8-4f49-886D-937762CBC653.html