C4 Engine
C4 Engine API Documentation

class DomeGeometry

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

class DomeGeometry final : public PrimitiveGeometry

Constructor

DomeGeometry(const Vector3D& size);

Parameters
size The size of the dome.
Description
The DomeGeometry class represents a dome primitive node in a world. In its local coordinate space, a dome primitive has the center of its base at the origin. The components of the size parameter define the semiaxis lengths in the x, y, and z directions.

When a new dome geometry is created, the corresponding DomeGeometryObject is automatically created and referenced by the geometry node.
Base Classes
PrimitiveGeometry A dome is a specific type of primitive geometry.
See Also

DomeGeometryObject