Node class
Brought to you by:
andy_thomason
The node class encapsulates the Collada "Node"
It contains and exposes a model to world matrix.
It contains a list of GsgGeometry and GsgMaterial
reference pairs.
It has a "render" method that does a MultMatrix with
the current matrix stack and then calls the Geometry
to render itself.