gloperate
gloperate copied to clipboard
Basic scene graph
Implement a basic scene graph structure for describing hierarchical 3D scenes (i.e., a stack of transformations and data on the leaves). This structure is not intended to describe rendering at all, it is just a data structure for 3D scenes that can later be used by a scene renderer.