NewtonMeshEndFace

From Newton Wiki
Revision as of 08:02, 10 June 2019 by WikiSysop (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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