Small cmake changes

This commit is contained in:
4VRDriver
2020-09-05 19:05:25 +02:00
parent 79717cfc57
commit c0cbf8c257
6 changed files with 59 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ void Controller::run() {
new Texture("res/textures/tex1.png", texture_diffuse)
};
Model model1("res/models/backpack.obj");
Model model1("res/models/cube.obj");
//Mesh mesh1(vertices, indices, textures);