Brandon Eleuterio

Day: September 8, 2022

Learning Rust – Part 5: Sphere Surfaces

3D sphere

In Part 4 we drew a sphere. This time we’re giving the sphere surface normals. Normals are things like shading and lighting that make the object look more three-dimensional. Bug in a Hay Stack This one was a doozy! After I whizzed through coding everything in this chapter, I realized in my haste I had […]

Back to top