created MaterialFileData and all material's data in the struct.

This commit is contained in:
2023-10-10 00:24:41 +08:00
parent c5dd359d18
commit 018a72c09a
4 changed files with 183 additions and 36 deletions

View File

@@ -52,9 +52,6 @@ namespace hgl
virtual MaterialCreateInfo *Create();
};//class StdMaterial
bool LoadMaterialFromFile(const AnsiString &mtl_filename);
}//namespace mtl
}//namespace graph
}//namespace hgl