Up and Running with Metal, Part 3: Lighting and Rendering in 3D
In this post, we’ll finally start rendering in 3D. In order to get there, we’ll talk about how to load 3D model data from disk, how to tell Metal to draw from a vertex buffer using indices, and how to manipulate objects in real time. This post assumes that you know a little linear algebra. […]
Up and Running with Metal, Part 3: Lighting and Rendering in 3D Read More »