messing around with path tracing...

This commit is contained in:
turanszkij
2018-06-08 17:39:24 +01:00
parent 5351872fcc
commit 82ff36729d
7 changed files with 155 additions and 177 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ void EditorComponent::Load()
renderPathComboBox->AddItem("Deferred");
renderPathComboBox->AddItem("Tiled Forward");
renderPathComboBox->AddItem("Tiled Deferred");
renderPathComboBox->AddItem("Traced");
renderPathComboBox->AddItem("Path Tracing");
renderPathComboBox->OnSelect([&](wiEventArgs args) {
switch (args.iValue)
{