Difference between revisions of "NewtonMeshAddVertexColor"

From Newton Wiki
Jump to: navigation, search
(Created page with "== NewtonMeshAddVertexColor == void NewtonMeshAddVertexColor(const NewtonMesh* const mesh, dFloat32 r, dFloat32 g, dFloat32 b, dFloat32 a) == Usage == == Parameters ==...")
 
(No difference)

Latest revision as of 05:46, 18 June 2019

NewtonMeshAddVertexColor

void NewtonMeshAddVertexColor(const NewtonMesh* const mesh, dFloat32 r, dFloat32 g, dFloat32 b, dFloat32 a)

Usage

Parameters

  • const NewtonMesh* const mesh
  • dFloat32 r
  • dFloat32 g
  • dFloat32 b
  • dFloat32 a

Return

  • (Procedure)

Description

See also