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

Project 8 - Antialiasing

<< Back

Kyle Webster

Wed, Oct 22, 2025 @ 9:07 am

Low-discrepancy adaptive 10 to 64 SPP, 0.70 confidence, 2334ms

Wed, Oct 22, 2025 @ 9:06 am

Low-discrepancy adaptive 8 to 64 SPP, 0.99 confidence, 2725ms

Wed, Oct 22, 2025 @ 9:06 am

Monte-Carlo adaptive 8 to 64 SPP, confidence 0.99, 2632ms

Wed, Oct 22, 2025 @ 9:05 am

Low-discrepancy adaptive 8 to 64 SPP, 0.80 confidence

Wed, Oct 22, 2025 @ 9:05 am

Monte-Carlo adaptive 8 to 64 SPP, 0.80 confidence

Wed, Oct 22, 2025 @ 8:55 am

Low-discrepancy adaptive 10 to 64 SPP, 0.70 confidence, 2334ms

Wed, Oct 22, 2025 @ 8:54 am

Low-discrepancy adaptive 8 to 64 SPP, 0.99 confidence, 2725ms

Wed, Oct 22, 2025 @ 8:54 am

Monte-Carlo adaptive 8 to 64 SPP, confidence 0.99, 2632ms

Wed, Oct 22, 2025 @ 8:53 am

Low-discrepancy adaptive 8 to 64 SPP, 0.80 confidence, 2187ms

Wed, Oct 22, 2025 @ 8:52 am

Monte-Carlo adaptive 8 to 64 SPP, 0.80 confidence, 2110ms

Wed, Oct 22, 2025 @ 8:49 am

Low-discrepancy adaptive 4 to 16 SPP

Wed, Oct 22, 2025 @ 8:49 am

Monte-Carlo adaptive 4 to 16 SPP, 0.99 confidence

Wed, Oct 22, 2025 @ 8:47 am

Low-discrepancy adaptive 4 to 16 SPP, 0.99 confidence, 1355ms

Wed, Oct 22, 2025 @ 8:44 am

Monte-Carlo adaptive 4 to 16 SPP, 0.99 confidence, 1292ms // all adaptive SPP configurations use δ = 1/256

Wed, Oct 22, 2025 @ 8:43 am

Low-discrepancy 16SPP, 2450ms

Wed, Oct 22, 2025 @ 8:42 am

Stratified 16SPP, 2429ms

Wed, Oct 22, 2025 @ 8:42 am

Monte-Carlo 16SPP, 2470ms

Wed, Oct 22, 2025 @ 8:41 am

Low-discrepancy 4SPP, 655ms // kth samples screen-space coordinates determined by a per pixel uniform random offset + kth number of the base 2 or 3 Halton sequence for each dimension. If the offset plus the Halton number is 1, 1 is subtracted from it.

Wed, Oct 22, 2025 @ 8:38 am

Stratified 4SPP, 650ms

Wed, Oct 22, 2025 @ 8:35 am

Monte-Carlo 4SPP, 648ms // all images above use 8 bounces, tile size 8, 1280x720, i5-12600K 16 threads, no texture filtering

Mon, Oct 20, 2025 @ 1:35 am

teapot-textured.xml, low-discrepancy multisampling with Halton + offset // 128 spp, 8 bounces, tile size 8, 27230.3ms, 1280x720, i5-12600K 16 threads // no gamma correction, no tone mapping, nearest texel texture filtering