DDGI updates (#514)

DDGI updates:
- allow 0 raycount to keep static DDGI
- DDGI serialization for saving and loading with scene
- grid dimensions configurable
- refactors
This commit is contained in:
Turánszki János
2022-08-18 11:50:09 +02:00
committed by GitHub
parent 1c3b874a44
commit 084a1b1f1f
13 changed files with 290 additions and 81 deletions
+1
View File
@@ -656,6 +656,7 @@ void OptionsWindow::Update(float dt)
{
cameraWnd.Update();
paintToolWnd.Update(dt);
rendererWnd.Update();
}
void OptionsWindow::ResizeLayout()