Brandon Eleuterio

Day: September 12, 2022

Learning Rust – Part 7: Antialiasing

Antialiasing

In Part 6, we drew two spheres on the screen, but the edges of the images were rough and jagged. In this part, we’ll smooth out the edges with some antialiasing. Zoom In It might be hard to notice the jagged edges from the image we rendered in Part 6, so let’s zoom in and […]

Back to top