0
votes
0answers
57 views

Blur function from focusing [closed]

I have a depthbuffer of every pixel on the screen. From this, I compute the average depth of each pixel and call this my "focus" distance (This may pop up as another question, how to find the ...