Difference between revisions of "NewtonMeshMaterialGetIndexCount"

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

Latest revision as of 08:02, 10 June 2019

NewtonMeshMaterialGetIndexCount

int NewtonMeshMaterialGetIndexCount (const NewtonMesh* const mesh, void* const handle, int materialId)

Usage

Returns the number of vertex indices associated with the given material in the mesh primitive.

Parameters

  • const NewtonMesh* mesh - pointer to the mesh primitive.
  • int materialHandle - the mesh material handle.

Return

  • The graphical material.

Description

Returns the number of vertex indices associated with the given material in the mesh primitive.

Remarks

Added in Newton 2.0

See also

NewtonMeshMaterialGetIndexStream NewtonMeshMaterialGetIndexStreamShort