C4 Engine
C4 Engine API Documentation

DomeGeometryObject::SetDomeSize

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

void SetDomeSize(const Vector3D& size);

Parameters
size The new dome size.
Description
The SetDomeSize function sets the size of a dome primitive. The components of the size parameter define the semiaxis lengths in the x, y, and z directions.
See Also

DomeGeometryObject::GetDomeSize