![]() |
• World Manager | ||||||||||||||||||||
|
API Links
Developer Links
|
class GeometryDefined in:
The C4Geometries.hGeometry class represents a geometry node in a scene graph.
Definition
Member Functions
Constructor
Geometry class can only exist as the base class for another class.
Description
The Geometry class serves as the base class for all geometrical nodes in the world. The geometrical information itself is stored in the associated GeometryObject class and GeometryLevel class.A geometry node can be either a primitive geometry type, a generic mesh, or a chunk of voxel terrain. See the node class hierarchy for a diagram showing the relationships among these types. Base Classes
See Also
GeometryObject
GeometryLevel
MaterialObject
|