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

@ -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