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

Project 8 - Antialiasing

<< Back

Dhruv Ram

Thu, Oct 23, 2025 @ 5:56 pm

Samples for revised render.

Thu, Oct 23, 2025 @ 5:51 pm

Fixed Fresnel reflections and dielectric calculation. Also added confidence level t-tests, per-pixel randomization, and neighbor-based refinement as specified in Cems textbook chapter. Antialiasing is a lot better. Adaptive Sampling with Min Samples of 16 and Max Samples of 64. Variance Threshold of 0.005. Confidence is 95%. Render Time is 6.66393 sec. Tent Filter. Radius: 1.

Fri, Oct 17, 2025 @ 7:06 pm

Adaptive Sampling with Min Samples of 4 and Max Samples of 64. Variance Threshold of 0.0008. Render Time is 2.01365 sec. Lanczos Filter. Radius: 2.

Fri, Oct 17, 2025 @ 7:05 pm

Adaptive Sampling with Min Samples of 4 and Max Samples of 64. Variance Threshold of 0.0008. Render Time is 2.04861 sec. Mitchell-Netravali Filter. Radius: 2.

Fri, Oct 17, 2025 @ 6:59 pm

Adaptive Sampling with Min Samples of 4 and Max Samples of 64. Variance Threshold of 0.0008. Render Time is 2.07739 sec. Gaussian Filter. Radius: 1.5.

Fri, Oct 17, 2025 @ 6:57 pm

Zbuffer.

Fri, Oct 17, 2025 @ 6:57 pm

SampleCountImage. Adaptive Sampling with Min Samples of 4 and Max Samples of 64. Variance Threshold of 0.0008. Render Time is 2.07454 sec.

Fri, Oct 17, 2025 @ 6:57 pm

Adaptive Sampling with Min Samples of 4 and Max Samples of 64. Variance Threshold of 0.0008. Render Time is 2.07454 sec. Tent Filter. Radius: 1.