Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
mtl_loader.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int load_mtl (char *path, char *filename, Material **materials)
 Loads material properties from a .mtl file and stores them in an array.
 
int find_material (Material *materials, int materialsCount, char *materialName)
 Searches for a material by its name in a list of materials.