-
Blur and Camera Distance
Dear all!
I noticed that the blurs – like on drop shadows or fast blurs – are not behaving like shadows in real nature.
In AEs 3D space a blured shadow e.g. is different when the camera is close or far away. Close to the camera it looks harder, with increasing distance it’s getting more and more blury.
So here is my question:
What’s better?
– Precomping the layer with the Blur-Effect. What works well.
Or
– Using an Expression for the Blur-Value using the layers distance to the camera – IF THERE IS ANY!
Somehow like this one:// Blur from Distance to Camera
dist = length(thisComp.layer(“Camera01”).position, position);
B = dist/10;
[B]Respects
SebastianSebastian Martinez