We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Load materials from model file
mats = raylib.LoadMaterials("model.mtl") print "Loaded " + mats.len + " material(s)" for mat in mats raylib.UnloadMaterial mat end for
There was an error while loading. Please reload this page.