NewtonMeshBeginFace

From Newton Wiki
Jump to: navigation, search

NewtonMeshBeginFace

void NewtonMeshBeginFace(const NewtonMesh* const mesh)

Usage

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

Parameters

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

Return

  • Nothing.

Description

Starts 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

NewtonMeshEndFace NewtonMeshAddFace