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

Project 5 - Triangle Meshes

<< Back

Andrew Tate

Sun, Sep 21, 2025 @ 10:36 pm

Fixed an issue where my barycentric coords were not being calculated correctly, which was causing this weird gap on really small triangles, and funky shading with some of the normals. 1440p, 6:43 render time

Thu, Sep 18, 2025 @ 1:33 am

Brdf scene @ 1440p. Took 4 minutes and 13 seconds to render. I was able to get rid of a few divisions, also forgot that I was compiling in debug mode, even though we were explicitly reminded.

Wed, Sep 17, 2025 @ 10:18 pm

33 minute render time for a 1440p image. I have not yet figured out how to avoid division for calculating t :/