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

Project 8 - Antialiasing

<< Back

Max Petersen

Sun, Oct 19, 2025 @ 11:56 am

Adaptive Halton pattern sampling with 99% confidence, delta=0.01, min samples=10, max samples=100, took 7 seconds. rendered image.

Sun, Oct 19, 2025 @ 11:55 am

Adaptive Halton pattern sampling with 99% confidence, delta=0.01, min samples=10, max samples=100, took 7 seconds. sample count image. The patterns across even small color differences when the tolerance is this low are interesting.

Sun, Oct 19, 2025 @ 11:52 am

Adaptive Halton pattern sampling with 99% confidence, delta=0.05, min samples=10, max samples=100, took 2 seconds. rendered image.

Sun, Oct 19, 2025 @ 11:52 am

Adaptive Halton pattern sampling with 99% confidence, delta=0.05, min samples=10, max samples=100, took 2 seconds. sample count image.

Sun, Oct 19, 2025 @ 11:50 am

Halton sampling non-adaptive n=10, took 2 seconds