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

Project 9 - Depth of Field

<< Back

Jayden Ferrin

Mon, Oct 27, 2025 @ 3:43 pm

Sample counts for image below

Mon, Oct 27, 2025 @ 3:40 pm

min 16 max 256 samples

Fri, Oct 24, 2025 @ 11:44 pm

Sample counts for the first image, black = 8 white = 64 samples

Fri, Oct 24, 2025 @ 11:41 pm

This is what happens when you forget that the value you set to 1 at the beginning of the class and forgot about actually needs to be changed now to represent the focal distance

Fri, Oct 24, 2025 @ 11:39 pm

Depth of field rendering with adaptive anti-aliasing. Min samples 8 max 64, incrementing by 1 sample each time. 95% confidence interval with 0.01 max error. Halton base 2 3 for pixel and 5 7 for circle of confusion. Took 3.315 seconds with 24 threads, ray generation takes quite a bit longer now before rendering starts