Merge branch 'new_light_and_scene_classes' of gitlab.com:4VRDriver/fall-fever into new_light_and_scene_classes

This commit is contained in:
4VRDriver
2020-09-15 12:06:36 +02:00
5 changed files with 13 additions and 9 deletions

View File

@@ -101,4 +101,7 @@ void Model::loadModel(std::string pathToModel) {
Mesh *currentMesh = new Mesh(meshVertices, meshIndices, meshTextures);
meshes.push_back(currentMesh);
}
input.close();
}