mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -05:00
18-ibl init diffuse color wheel open.
This commit is contained in:
parent
a8accf4f98
commit
220f57a767
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue