Voxel GI updates (#614)

- anisotropic voxelization
- voxel clipmaps
- voxel SDF
- improved voxel volume scrolling, and temporal blending
- improved multi-bounce diffuse
This commit is contained in:
Turánszki János
2023-01-04 13:31:54 -05:00
committed by GitHub
parent 4433762a77
commit fb2732e8fd
42 changed files with 1704 additions and 755 deletions
@@ -1068,7 +1068,7 @@ void Example_ImGuiRenderer::Update(float dt)
static bool bVoxelGIEnabled = false;
if (ImGui::Checkbox("Voxel GI", &bVoxelGIEnabled))
{
wi::renderer::SetVoxelRadianceEnabled(bVoxelGIEnabled);
wi::renderer::SetVXGIEnabled(bVoxelGIEnabled);
}