Brandon Eleuterio

Day: August 29, 2022

Learning Rust – Part 4: Drawing a Sphere

Red sphere

In the last post, we drew a blue and white blended rectangle. In this post, we’re continuing our focus on foundational steps by adding a sphere to that rectangle. A Sphere! Admittedly, it sort of resembles the flag of Japan, but it’s actually great progress. Drawing a single object with our ray tracer demonstrates how […]

Back to top