fix reverse culling voxel distance

This commit is contained in:
NULL511
2024-06-10 22:58:31 -04:00
parent ab7403954e
commit de987d9aeb
4 changed files with 6 additions and 4 deletions

View File

@ -7,6 +7,4 @@
const uint VoxelSize = uint(exp2(LPV_SIZE));
const uvec3 VoxelSize3 = uvec3(VoxelSize);
const float voxelDistance = 64.0;
#define BLOCK_EMPTY 0