C4 Engine
C4 Engine API Documentation

SphereGeometryObject::SetSphereSize

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

void SetSphereSize(const Vector3D& size);

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

SphereGeometryObject::GetSphereSize