Tutorial_04_RenderCPU
Description
- Derived from
-
Tutorial abstract
| Full source code is included in the Tinman 3D SDK download. |
Tinman 3D tutorial #4 : Render CPU
This tutorial shows how to perform some custom rendering with the CPU:
-
Load a 3D model.
-
Use raytracing to render the 3D model into a color buffer.
-
Draw the color buffer onto the screen, as a 2D overlay.