path tracing hardware acceleration #175 (#253)

* path tracing hardware acceleration #175

* hlsl5 fix

* fixes

* random seed fix

* ci fix

* fixes

* re enable spirv validation in linux

* path trace updates

* pathtrace fix

* raytracing fixes

* path tracing normal map limit
This commit is contained in:
Turánszki János
2021-03-28 18:48:34 +01:00
committed by GitHub
parent 16fe939b33
commit fc2cbfcc1c
38 changed files with 1109 additions and 1316 deletions
+1 -1
View File
@@ -710,7 +710,7 @@ void ObjectWindow::Create(EditorComponent* editor)
x->SetLightmapRenderRequest(true);
}
wiRenderer::InvalidateBVH();
scene.InvalidateBVH();
});
AddWidget(&generateLightmapButton);