Fixed model.

This commit is contained in:
Бранимир Караџић 2020-05-30 11:21:57 -07:00
parent a5f79320a5
commit 4007876315

View File

@ -185,7 +185,7 @@ public:
// Create program from shaders.
m_program = loadProgram("vs_picking_shaded", "fs_picking_shaded");
Mesh *mesh = meshLoad("meshes/bunny.bin", true); // load into memory
Mesh *mesh = meshLoad("meshes/bunny_patched.bin", true);
loadMesh(mesh);
meshUnload(mesh);