NewtonMeshGetVertexWeights

From Newton Wiki
Jump to: navigation, search


NewtonMeshGetVertexWeights

int NewtonMeshGetVertexWeights(const NewtonMesh* const mesh, int vertexIndex, int* const weightIndex, dFloat* const weightFactor)

Usage

Parameters

  • const NewtonMesh* const mesh
  • int vertexIndex
  • int* const weightIndex
  • dFloat* const weightFactor

Return

  • int

Description

See also