We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Load default material (Supports: DIFFUSE, SPECULAR, NORMAL maps)
None.
mat = raylib.LoadMaterialDefault if raylib.IsMaterialValid(mat) then print "Default material loaded" end if raylib.UnloadMaterial mat
There was an error while loading. Please reload this page.