mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 22:57:02 +00:00
CModelShaders: Update kRGBToYPrime approximation
Fixes opacity issues with arm cannon, HUD & more
This commit is contained in:
@@ -21,7 +21,7 @@ TBINDING11 uniform samplerCube reflectionTex;
|
||||
TBINDING11 uniform sampler2D reflectionTex;
|
||||
#endif
|
||||
|
||||
const vec3 kRGBToYPrime = vec3(0.257, 0.504, 0.098);
|
||||
const vec3 kRGBToYPrime = vec3(0.299, 0.587, 0.114);
|
||||
|
||||
/*
|
||||
#if defined(ALPHA_%s)
|
||||
|
||||
Reference in New Issue
Block a user