Package edu.ohiou.cs456_badabing.sceneapi.basic

Core classes.

See:
          Description

Class Summary
ANode Super class for all other nodes in the tree.
Coordinate Container for 3D coordinate.
DisplayListManager Simple class to contain a TreeMap between string names of a display list and its OpenGL integer value.
LightNode Node that lights stuff.
Material Container class for material properties.
MaterialGroupNode Node that renders a material group.
ModelFile Container for data loaded from OBJ and MTL files.
ModelFileManager Static Hashtable wrapper for ModelFiles associated by their names.
ModelNode Wrapper class for ModelFile that can be put anywhere in the scene tree.
TextureManager Container of a hasmap of texture names associated with JOGL's Texture objects.
Triangle Describes a triangle and associated values.
 

Exception Summary
ModelFile_ReadError Instance of this class is thrown when ModelFile encounters error reading 3d Model File.
 

Package edu.ohiou.cs456_badabing.sceneapi.basic Description

Core classes.

Package Specification

Related Documentation