Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions placing many layers randomly in 3d space

  • Dan Ebberts

    July 7, 2006 at 9:26 pm

    If you just want to randomly position them, a position expression like this should do it:

    minXYZ = [0,0,0];
    maxXYZ = [thisComp.width,thisComp.height,1000];
    seedRandom(index,true);
    random(minXYZ,maxXYZ);

    Adjust the min and max x, y, and z values in the first two parameters to set the bounds.

    Dan

  • Fabiano Peres

    July 8, 2006 at 9:21 pm

    Hi, if you want more advanced 3d help you can use 3D assistants from http://www.digitalanarchy.com

    They help you to do lots of 3d effects with hundreds of layers at the same time.There are also video tutorials to help you. take a look.

  • Thierry Fortier

    July 10, 2006 at 5:37 pm

    or use trapcode with custom particles…

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