Object Space and World Space
The geometry pipeline has three main components:
- Application of object space modifiers
- Conversion of points from object space to world space
- 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.