42-bunnylod: Switched to flat shaded to better show LOD.

This commit is contained in:
Бранимир Караџић 2020-06-01 11:47:38 -07:00
parent 346b1af9e9
commit d042d3d70a

View File

@ -265,7 +265,7 @@ public:
u_tint = bgfx::createUniform("u_tint", bgfx::UniformType::Vec4);
// Create program from shaders.
m_program = loadProgram("vs_picking_shaded", "fs_picking_shaded");
m_program = loadProgram("vs_callback", "fs_callback");
Mesh* mesh = meshLoad("meshes/bunny_patched.bin", true);
loadMesh(mesh);