Mudbox Scenes

This section presents the scene graph and node transformations within the Mudbox SDK.

The Mudbox scene is organized as a tree of objects that derive from the TreeNode object. The primary scene elements involved in the visual representation of the scene derive from GroupNode. These are:

You retrieve a pointer to the scene via a call to Kernel::Scene(), on the singleton Kernel object. For example: Kernel()->Scene().