axnjaxn / ReiTrei

A ray tracer in C++ / SDL supporting Monte Carlo effects
http://www.axnjaxn.com/
0 stars 0 forks source link

Should DOF be implemented pixel-wise instead of scene-wise? #17

Closed axnjaxn closed 10 years ago

axnjaxn commented 10 years ago

Re-rendering the scene n times makes it easy to see how the images fit together. Wouldn't rendering each pixel with the randomization look better? Of course, this changes the way the DOF effect works, since rotating the entire scene could be problematic.

axnjaxn commented 10 years ago

I support both now.