GeometryLevel::GetFaceCount
Defined in: C4GeometryLevel.h
Returns the number of faces in a geometry level.
Prototype
long GetFaceCount(void) const;
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
|