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

Project 1 - Ray Casting

<< Back

Austin H Kim

Wed, Aug 27, 2025 @ 3:51 am

Z-BUFFER LES GOOOOOORender Time - 3sUpdate: The loop didnt stop after finding an intersection which lead the program to update the same pixel. Set a return after intersection and that fixed everything. Also left a negative somewhere that caused the original image to be upside down.NOTE: These took in the radii directly, BUT in assignment 2 the ray intersections are all done in object space so the spheres are treated as if theyre all centered at the origin with radii of 1. Its been done.

Wed, Aug 27, 2025 @ 3:49 am

IT WORKED!!!!!!

Wed, Aug 27, 2025 @ 1:24 am

TRIED SOMETHING! So basically the node traversal did as intended and did in fact go through all the nodes, but the final render was just overwriting everything. Thats also why the original render is there in the background lol.

Mon, Aug 25, 2025 @ 6:56 am

Upside down and only rendering the last node too

Mon, Aug 25, 2025 @ 6:45 am

Even got the Z -Buffer for the simple one going

Mon, Aug 25, 2025 @ 6:43 am

Had something going with the simple xml

Mon, Aug 25, 2025 @ 6:42 am

Had the basic stuff running.