C4 Engine
C4 Engine API Documentation

ConeGeometryObject::SetConeHeight

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

void SetConeHeight(float height);

Parameters
height The new cone height.
Description
The SetConeHeight function sets the height of a cone primitive. The height parameter defines the height of the cone's apex above the base in the positive z direction.
See Also

ConeGeometryObject::GetConeHeight

ConeGeometryObject::GetConeSize

ConeGeometryObject::SetConeSize