mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-10 13:28:16 +00:00
Added reference
This commit is contained in:
@@ -1996,7 +1996,7 @@ static Mesh LoadOBJ(const char *fileName)
|
||||
return mesh;
|
||||
}
|
||||
|
||||
// Load MTL material data
|
||||
// Load MTL material data (specs: http://paulbourke.net/dataformats/mtl/)
|
||||
// NOTE: Texture map parameters are not supported
|
||||
static Material LoadMTL(const char *fileName)
|
||||
{
|
||||
|
Reference in New Issue
Block a user