C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class DomeGeometry

Defined in:  C4Primitives.h
The DomeGeometry class represents a dome primitive node in a world.
Definition

class DomeGeometry : public PrimitiveGeometry

Constructor

DomeGeometry(const Vector3D& size);

Parameters
size The size of the dome.
Description
Base Classes
PrimitiveGeometry A dome is a specific type of primitive geometry.
See Also

DomeGeometryObject