SphereGeometryObject::SetSphereSize
Defined in:
Sets the sphere size.
C4Primitives.h
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