Difference between revisions of "NewtonMeshGetVertexCount"

From Newton Wiki
Jump to: navigation, search
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:02, 10 June 2019

NewtonMeshGetVertexCount

 int NewtonMeshGetVertexCount (const NewtonMesh* mesh);

Usage

Returns the number of vertices of the mesh primitive.

Parameters

  • const NewtonMesh* mesh - is the pointer to the mesh primitive.

Return

  • The number of vertices stored in the mesh primitive.

Description

Returns the number of vertices of the mesh primitive.

Remarks

  • Added since Newton 2.0

See also

NewtonMeshGetVertexStreams NewtonMeshGetIndirectVertexStreams