This will be very similar to the previous entry, where we drew a colored box, with a few changes:
- We'll start developing a class to generate mesh geometry (to replace the functionality that used to be present in previous versions of DirectX in the D3DX libraries).
- We'll be using pre-compiled effect files, rather than compiling them at runtime.

Read More...