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. | |