C4 Engine
C4 Engine API Documentation

CylinderGeometryObject::SetCylinderHeight

Defined in:  C4Primitives.h
Sets the cylinder height.
Prototype

void SetCylinderHeight(float height);

Parameters
height The new cylinder height.
Description
The SetCylinderHeight function sets the height of a cylinder primitive. The height parameter defines the height of the cylinder above the base in the positive z direction.
See Also

CylinderGeometryObject::GetCylinderHeight

CylinderGeometryObject::GetCylinderSize

CylinderGeometryObject::SetCylinderSize