From 4007876315ec2513cb91344a960209b068348ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 30 May 2020 11:21:57 -0700 Subject: [PATCH] Fixed model. --- examples/42-bunnylod/bunnylod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/42-bunnylod/bunnylod.cpp b/examples/42-bunnylod/bunnylod.cpp index 4b3de5175..cc8e59160 100644 --- a/examples/42-bunnylod/bunnylod.cpp +++ b/examples/42-bunnylod/bunnylod.cpp @@ -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);