Re: COW Tutorials: After Effects Creating Cool 3D Text by Tyler Paul on Dec 7, 2006 at 1:43:06 pm
It'll never get completely solid because the layers are still only 2d but you can certainly improve the look.
Create the layer with the text and this expression to the anchorpoint
thisComp.layer(index - 1).transform.anchorpoint - [0,0,.5]
This'll push your current layer .5 pixels behind the layer above it. Continue duplicating the layer to add depth. Instead of having to go through each layer to make changes just delete your duplicates, make your change, and reduplicate.
Re: COW Tutorials: After Effects Creating Cool 3D Text by dotan on Dec 7, 2006 at 2:45:04 pm
Thanx for the tutorial really cool 3D text
i also tried duplicating the text in the first comp and the text gets a cool 3D look
hope to see more tutorials