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

Project 8 - Antialiasing

<< Back

Sam Hill

Fri, Oct 17, 2025 @ 8:37 pm

Sample count image

Fri, Oct 17, 2025 @ 8:36 pm

Final render, 11 seconds. Same 4-64 sample count with Halton sampling. I just forgot to square root my sample standard deviation.

Fri, Oct 17, 2025 @ 8:03 pm

Initial attempt at adaptive sampling

Fri, Oct 17, 2025 @ 8:02 pm

First attempt at adaptive sampling from 4 to 64, still using Halton. 3 second render. I think Im doing something wrong because it looks about the same as the uniform sampling.

Fri, Oct 17, 2025 @ 7:21 pm

Halton sequence random sampling with 16 samples per pixel. Render time was 9 seconds but looks much better.

Fri, Oct 17, 2025 @ 7:13 pm

Uniform sampling with 16 samples per pixel. 7s render.