Difference between revisions of "NewtonMeshEndFace"

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

Latest revision as of 08:02, 10 June 2019

NewtonMeshEndFace

 void NewtonMeshEndFace (const NewtonMesh *mesh);

Usage

Ends the definition of the geometry stored in the mesh primitive.

Parameters

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

Return

  • Nothing.

Description

Ends the definition of the geometry stored in the mesh primitive.

In Newton mesh primitives accomplish the goal to exchange geometry data between the physics sub-system and the rendering sub-system.

Remarks

See also

NewtonMeshBeginFace NewtonMeshAddFace