Hardware 3D (C++ DirectX Graphics) Tutorial 20
From Chilipedia
First 3D cube, indexed solid color shader, and Z-buffer setup. Tons o fun to be had in this one bois.
Topics Covered
- 3D mesh rendering (Cube)
- DirectX Math projection matrix
- Solid indexed color with
SV_PrimitiveID
- Depth buffer setup and clearing