Triangles are the most basic shape, and all 3D is made up of them. (Unless you use things like SDFs or some types of Voxel Rendering, but that is outside the scope of this guide.)
So all graphics programming starts with the first triangle. In this chapter, we will get a triangle on screen.
← Previous Chapter | Index | Next Chapter → |