Class Summary |
AbstractGroundMesh |
This class represents a mesh that is used for the scene's ground. |
AbstractMesh |
Abstract class that represents a mesh |
GroundPlane |
This class represents a simple plain ground mesh. |
Line3D |
This class represents a line in 3d space. |
MeshContainer |
This class is a container for meshes. |
MeshDL |
This class represents a mesh. |
MeshFactory |
This class is used as a factory class for mesh objects |
MeshVA |
This class represents a mesh. |
Plane |
This class represents a plane that is defined by the common
plane equation Ax + By + Cz + D = 0. |
Point3D |
This class represents a point (or rather vector) in 3-dimensional space. |
SkyBox |
This class represents the skybox of the scene |
Terrain |
This class represents a world's terrain, that is generated from a height map
file. |
Triangle |
This class represents a triangle (polygon) that can be part of
a mesh. |