sheen and clearcoat (#226)
* sheen and clearcoat * updated material wnd * clearcoat works * sheen updates * sheen working * environment reflection alwyas from probe * restore comment sheen energy conservation * fixes and gui for sheen and clearcoat * sheen fix * ocean, rt reflection fix * material wnd update * updated features list
This commit is contained in:
@@ -322,6 +322,7 @@ void PostprocessWindow::Create(EditorComponent* editor)
|
||||
params.extensions.push_back("jpg");
|
||||
params.extensions.push_back("jpeg");
|
||||
params.extensions.push_back("tga");
|
||||
params.extensions.push_back("bmp");
|
||||
wiHelper::FileDialog(params, [=](std::string fileName) {
|
||||
wiEvent::Subscribe_Once(SYSTEM_EVENT_THREAD_SAFE_POINT, [=](uint64_t userdata) {
|
||||
editor->renderPath->setColorGradingTexture(wiResourceManager::Load(fileName));
|
||||
|
||||
Reference in New Issue
Block a user