ModelData:getTriangleCount
EditReturns the total number of triangles in the model. This count includes meshes that are attached to multiple nodes, and the count corresponds to the triangles returned by ModelData:getTriangles
.
count = ModelData:getTriangleCount()
Arguments
None
Returns
Name | Type | Description |
count | number | The total number of triangles in the model. |