Class ObjLoader

Class Documentation

class ObjLoader

Public Functions

ObjLoader()
void load(std::string modelFile, std::vector<Vertex> &vertices, std::vector<unsigned int> &indices, std::vector<std::string> &texture_list, std::vector<ObjMaterial> &materials, std::vector<glm::vec4> &materialIndex)
~ObjLoader()