From 220f57a7672077fc7584ff8a0ba08519bd9280e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 31 Jan 2015 19:45:18 -0800 Subject: [PATCH] 18-ibl init diffuse color wheel open. --- examples/18-ibl/ibl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/18-ibl/ibl.cpp b/examples/18-ibl/ibl.cpp index b8b204c8..6c772bc1 100644 --- a/examples/18-ibl/ibl.cpp +++ b/examples/18-ibl/ibl.cpp @@ -303,7 +303,7 @@ int _main_(int /*_argc*/, char** /*_argv*/) settings.m_specular = true; settings.m_diffuseIbl = true; settings.m_specularIbl = true; - settings.m_showDiffColorWheel = false; + settings.m_showDiffColorWheel = true; settings.m_showSpecColorWheel = false; settings.m_crossCubemapPreview = false;