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:
Turánszki János
2021-02-01 01:11:30 +01:00
committed by GitHub
parent 7ad843b9cd
commit 9b308941fd
42 changed files with 1456 additions and 287 deletions
+1
View File
@@ -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));