mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-06-08 11:23:52 +00:00
Fixed model.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user