mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
fix reverse culling voxel distance
This commit is contained in:
@ -730,6 +730,8 @@ const vec3 aerochrome_color = mix(vec3(1.0, 0.0, 0.0), vec3(0.715, 0.303, 0.631)
|
||||
#ifdef LPV_ENABLED
|
||||
#ifdef IRIS_FEATURE_CUSTOM_IMAGES
|
||||
#define IS_LPV_ENABLED
|
||||
|
||||
const float voxelDistance = 64.0;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user