Building 3D content with a scene graph
Using branch terminology
- Scene graphs are typically divided into two types of branch graphs:
- Content branch: shapes, lights, and other content
- Typically multiple branches per locale
- View branch: viewing information
- Typically one per universe
- This division is optional:
- Content and viewing information can be interleaved
in the same branch (and sometimes should be)