This weekend I added depth of field to the ray tracer. Basically it involves perturbing each camera ray slightly based on a lens radius and a focal distance. It doesn't require a lot of code to add it to a working path tracer, and the result is pretty nice:

I also added Perlin noise and created a procedural marble-like texture for the statues:
No comments:
Post a Comment