Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Creating a rotating 3D text logo reveal..

  • Creating a rotating 3D text logo reveal..

    Posted by Peter Glasit on October 10, 2020 at 10:31 am

    Hello everyone ,

    I am trying to create a 3d text logo animation where each letter rotates around its own Y axis and revealed one after another.

    I tried the conventional 3D logo method where you create multiple layers with the [position[0], position[1], index] expression, a camera 1, and a null object but it did not work when trying to rotate the camera around the second letter ( camera 2 would rotate around both letter at the same time). Is there a way around this?

    Brendon Murphy replied 5 years, 10 months ago 2 Members · 2 Replies
  • 2 Replies
  • Brendon Murphy

    October 11, 2020 at 3:18 am

    I get what you’re doing with the multiple layers, but don’t quite understand what role the null and camera are playing. Why is the camera rotating?

    From your description, it sounds like you would want a null object in the center of each letter. Parent all layers for the letter to it’s respective null. Then animate the Y rotation of each null.

    I’ll add that the position expression on each one of your letter duplicates should be based on the position of the front one. Like this:

    masterPos = thisComp.layer(“first letter”).transform.position;

    masterIndex = thisComp.layer(“first letter”).index;

    spacer = index-masterIndex;

    [masterPos[0],masterPos[1],masterPos[2]+spacer];

    This assumes your duplicate is below your first version of the letter. Then you can simply duplicate it a bunch of times, then parent them all to a letter null for the rotation animation.

  • Brendon Murphy

    October 11, 2020 at 3:28 am

    Also, depending on your version of AE, you can likely create 3D text more easily than this, without plugins. See here: https://www.youtube.com/watch?v=lR4GHA5_J5Q

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

  • Peter Glasit

    October 11, 2020 at 7:55 pm

    Thanks both for the reply. This is what I was looking for, thanks!

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy