Scene Graphs

A scene graph is a tree used to represent a graphical scene.

Node data typically consists of groupings, transformations, selections, light sources, or geometry.



Transformations and selections normally act hierarchically - that is, they affect all their child nodes, and accumulate down the tree.




Last modified 24 January 2000.
Dave Pape, pape@evl.uic.edu