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

Project 3 - Shadows

<< Back

Stephanie Martins

Mon, Sep 8, 2025 @ 4:03 pm

Turns out there was shadow acne in the box scene in my original implementation as well, I just hadnt seen it. Heres the better version that has bias as in my previous simple-scene submission.

Mon, Sep 8, 2025 @ 3:39 pm

Fixed acne issue in simple scene by adding bias to the shaded point in the normal direction. Also checked that this doesnt add new acne in the box scene.

Thu, Sep 4, 2025 @ 5:20 pm

Okay now the box scene works. I was calling the wrong function.

Thu, Sep 4, 2025 @ 4:30 pm

The box scene is not so good though, so Ill be working on that.

Thu, Sep 4, 2025 @ 4:29 pm

Once I got my code to actually compile, the simple scene turned out great.