C4 Engine
C4 Engine API Documentation

DomeVolume::SetDomeSize

Defined in:  C4Volumes.h
Sets the dome size.
Prototype

void SetDomeSize(const Vector3D& size);

Parameters
size The new dome size.
Description
The SetDomeSize function sets the physical dimensions of the dome volume to those specified by the size parameter. The center of the base coincides with the origin, and the three components of the size correspond to the radii along the x, y, and z axes.
See Also

DomeVolume::GetDomeSize