trying to a add automatic exposure

This commit is contained in:
Dynamitos
2025-03-11 22:08:23 +01:00
parent a957b05615
commit 80f86ca95c
10 changed files with 254 additions and 112 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ void taskMain(
viewFrustum.sides[3] = computePlane(origin, corners[3], corners[2]);
meshVisible = true;
#ifdef DEPTH_CULLING
meshVisible = mesh.bounding.insideFrustum(viewFrustum) && isBoxVisible(mesh.bounding);
//meshVisible = mesh.bounding.insideFrustum(viewFrustum) && isBoxVisible(mesh.bounding);
#endif
}
GroupMemoryBarrierWithGroupSync();