Rendering
This section describes the rendering stages of the Mudbox SDK.
Rendering is performed in two stages:
- Geometry processing
- Shading
Both stages of rendering are controlled by plug-ins (MeshRenderer and Material respectively) which can be replaced by the SDK user.