NewtonMeshEndFace

From Newton Wiki
Jump to: navigation, search

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