Handbook
Glossary
set-model-mesh-material ( model meshId materialId -- )
Vocabulary
raylib
Inputs
model
a
pointer
to a
Model
meshId
an
int
materialId
an
int
Outputs
None
Word description
Set material for a mesh
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
set-model-mesh-material
void
SetModelMeshMaterial
( Model* model,
int
meshId,
int
materialId )