"fixed" aerochrome on dh chunks...

its pretty far from perfect
This commit is contained in:
Sasha
2024-03-14 21:18:50 +00:00
parent 85a1b68bf0
commit d43e821ef2
4 changed files with 22 additions and 3 deletions

View File

@ -568,6 +568,7 @@ uniform int moonPhase;
// #define AEROCHROME_MODE // Infra-red film colors ^~^
// #define AEROCHROME_WOOL_ENABLED // Technically wool things should be affected but it affects a lot of builds and stuff
#define AEROCHROME_PINKNESS 0.3 // How pink it is from red [0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0]
const vec3 aerochrome_color = mix(vec3(1.0, 0.0, 0.0), vec3(0.715, 0.303, 0.631), AEROCHROME_PINKNESS);
//#define BICUBIC_UPSCALING