Hi,
An obj file is mentioned in the code
this->models.push_back(new Model(
glm::vec3(4.f, 0.f, 4.f),
this->materials[0],
this->textures[TEX_CONTAINER],
this->textures[TEX_CONTAINER_SPECULAR],
"OBJFiles/ddh.obj"
)
But it is not available.
Please add these obj files to the github code.