Forum Replies Created

  • Valerio Rubino

    April 14, 2018 at 11:51 am in reply to: 3D Lissajous expression In after effects

    Hi, thanks Kalleheikki Kannisto for this help. a couple of days ago i managed with this function. what I did is write the expression in the position property of a NULL and after I’ve linked to this layer the position (xyz) of cc particle word. I change the comp setting with 120fps because the line painted from particle wasn’t really smooth.

    however, thanks to this help! I’ll try to give to this community what I know.

    t=time*8;

    a=1;
    b=1.3;
    n=3/2;

    x=a*Math.cos(t)
    y=a*Math.sin(t)
    z=b*Math.cos(n*t);

    value + [x,y,z]*130;
    _____________________

    x=thisComp.layer("movement").transform.position[0]-thisComp.width/2;

    y=thisComp.layer("movement").transform.position[1]-thisComp.width/2;
    y/thisComp.width

    z=thisComp.layer("movement").transform.position[2]-thisComp.width/2;
    z/thisComp.width

  • Valerio Rubino

    April 6, 2018 at 7:44 am in reply to: 3D curves

    Hi everyone,
    i’m trying to do a similar expression in after effects in order to represent a lissajous 3d curve. I’ve found the expression on the same website as corrado already posted. but this expression contains “phi” and “psi” and i don’t know how to write it in a after effect expression.
    if anyone could help me would be awesome.
    thanks in advance.

    Valerio

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