C4 Engine
C4 Engine API Documentation

SphereVolume::SetSphereSize

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

void SetSphereSize(const Vector3D& size);

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

SphereVolume::GetSphereSize