Separation of Data from Their Operations
Separating data from operations is one of the key designs of NVSG.
NVSG Core Classes
The NVSG core classes form the building blocks to create a directed acyclic graph (DAG).
NVSG Objects
This section describes NVSG object concepts, and gives a brief introduction in the use of NVSG objects, including how to derive NVSG objects.
Traversers
Traversers serve as link between the scene graph and the operation to be performed on the scene graph.
Memory Management
This section discusses how NVSG objects are allocated and deallocated in memory.
Back to