Core Library
A simple library for handling 3D scenes
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CBoxThe Box class represents an axis-aligned box in 3D space (usually a bounding box)
 CCameraThe Camera class represents a perspective camera
 CCluster
 CFaceThe Face class represents a face of a 3D object
 CMaterial
 CObjectThe Object class represents a 3D object
 CPointThe Point class represents a point (x,y,z) in 3D space
 CSceneThe Scene class represents a 3D scene as a flat collection of 3D objects
 CVectorThe Vector class represents a vector (x,y,z) in 3D space
 CVertexThe Vertex class represents a vertex with a single attribute (vertex coordinates)