C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

GeometryLevel::GetFaceCount

Defined in:  C4GeometryLevel.h
Returns the number of faces in a geometry level.
Prototype

long GetFaceCount(voidconst;

Description
The GetFaceCount function returns the number of faces (triangles) in a geometry level. This is equivalent to the number of elements in the array with identifier kArrayFace.
See Also

GeometryLevel::GetVertexCount