Rendering

This section describes the rendering stages of the Mudbox SDK.

Rendering is performed in two stages:

  1. Geometry processing
  2. Shading

Both stages of rendering are controlled by plug-ins (MeshRenderer and Material respectively) which can be replaced by the SDK user.