CS 5620/6620 - Fall 2025 - Rendering with Ray Tracing

Project 9 - Depth of Field

<< Back

Song Zhang

Fri, Oct 24, 2025 @ 10:51 pm

Sample count image. High DoF places have lower sample count, and low DoF e.g. focal plane places have higher sample count, since high DoF will turn high-frequency edges into low-frequency, we dont need additional subpixel samples there.

Fri, Oct 24, 2025 @ 10:49 pm

32 lens samples + 4 ~ 64 adaptive subpixel samples. Render time = 19.4s. Scene is using default setting.