-
What does toCompVec actually do?
Hello,
I found this expression on Dan Ebberts’s site: if (toCompVec([0, 0, 1])[2] > 0 ) value else 0What exactly does it mean to transform a vector from layer space to composition space?
We take the vector and put it on the Camera 0,0,0 and check the direction? I am trying to understand it so I made a text layer with source text toCompVec([0, 0, 1]), but the result is very confusing to me. ( link )I would be grateful if someone could describe a little how it works, or visualize it to me.
Thank you!