set-model-mesh-material ( model meshId materialId -- )


Vocabulary
raylib

Inputs
modela pointer to a Model
meshIdan int
materialIdan int


Outputs
None

Word description
Set material for a mesh

Definition


LIBRARY: raylib FUNCTION-ALIAS: set-model-mesh-material void
SetModelMeshMaterial
( Model* model, int meshId, int materialId )