Tutorial_04_RenderCPU

Description

sealed class Tinman.Demo.Tutorials._0_Basic.Tutorial_04_RenderCPU

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:

  1. Load a 3D model.

  2. Use raytracing to render the 3D model into a color buffer.

  3. Draw the color buffer onto the screen, as a 2D overlay.

Public / Constructors

Tutorial_04_​Render​CPU


public constructor Tutorial_04_RenderCPU → ()

Creates a new instance of Tutorial_04_RenderCPU.