Skip to content
Snippets Groups Projects
Commit b57c4aa6 authored by Alexander Gauggel's avatar Alexander Gauggel
Browse files

[#82] Increase voxel extent slightly so Sponza is always completely voxelized

parent d06431b5
No related branches found
No related tags found
1 merge request!70Resolve "Voxel cone tracing"
Pipeline #26040 passed
......@@ -483,7 +483,7 @@ int main(int argc, const char** argv) {
float maxShadowDistance = 30.f;
int voxelVisualisationMip = 0;
float voxelizationExtent = 30.f;
float voxelizationExtent = 35.f;
bool msaaCustomResolve = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment