-
Infinity value?
Hello there.
Well, I know we can fade out things simulating 3D Space according to the distance from the camera like this:dist = length (thisComp.activeCamera.position, thisComp.layer (“Null 1”).position);
value/(dist/850)But what about fade out like this:
minVal = 0.1;
maxVal = 500;
dist = length (thisComp.activeCamera.position, thisComp.layer (“Null 1”).position);
linear (dist, 0, (here I want an “infinity value”), maxVal, minVal)So, is there an “infinity value” inside of expressions in AE? Because actually the 3D Space is infinity, so the length of something from the camera can be infinity also.
Thanks!