XP Scene Graphs

The scene file used with XP is intended to be a textual representation of the scene graph. XP parses the file, creating nodes and adding them to a graph.

light (position="0 0 1")

transform (rotate="30 0 0")
   {
   object (file="block.pfb")
	{
	sound (file="quack.aiff")
	}
   object (file="sphere.pfb")
   }
    

XP automatically creates certain nodes which exist in all applications. The complete scene graph for the above world looks like this:




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