1#ifndef PGR_SEM_COPAKOND_MTLLOADER_H
2#define PGR_SEM_COPAKOND_MTLLOADER_H
13 std::map<std::string, std::shared_ptr<Material>> _materials;
18 std::map<std::string, std::shared_ptr<Material>>
getMaterials() {
return _materials; }
MtlLoader(std::string fileName)
Parses .mtl files to construct Material objects and load associated textures.
Definition mtlLoader.cpp:8
std::map< std::string, std::shared_ptr< Material > > getMaterials()
Definition mtlLoader.h:18
PGR Semestral work with sample scenes and bowling. doxygen was generated with a help of LLM.
Definition bezier.cpp:3