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…