Object Space and World Space
 
 
 

The geometry pipeline has three main components:

  1. Application of object space modifiers
  2. Conversion of points from object space to world space
  3. Application of world space modifiers.

In order to convert from object space to world space the node's transform controller matrix is applied to the object - This is accessed through the INode::GetNodeTM() method.