This past fall term I had the opportunity to complete an internship with NASA at the Kennedy Space Center in Florida. The internship was 4…
Introduction Over the summer, I came across a computer graphics course from Dartmouth, CS 87/287 – Rendering Algorithms (https://cs87-dartmouth.github.io/Fall2022/). The professor posted all the lectures…
I recently finished the next section of “Learn OpenGL” on advanced OpenGL topics. This section was all about further exploring topics introduced in the first…
Introduction After exploring raytracing in my last two projects I wanted to learn more about rasterization and real-time graphics technologies. I picked up a copy…
Intro In a follow up to Ray Tracing: In One Weekend I completed Ray Tracing: The Next Week. I really enjoy these Pete Shirley booklets.…
Intro Link to GitHub: https://github.com/zackthomas1/RayTracingOneWeekend First Image The first step was to set up a way to write an image to file. This paper uses…