Adding OBJ-file load messages for easier debugging.

This commit is contained in:
Faerbit 2014-12-01 13:53:01 +01:00
parent 12b52c9918
commit 786a0add2c

View File

@ -1,6 +1,7 @@
#include "model.hh"
Model::Model(std::string filePath, float scale) {
printf("Loading %s\n", filePath.c_str());
reference = ACGL::OpenGL::VertexArrayObjectCreator(filePath).create();
this->scale = scale;
}