mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
ADD mob hit glow, RGB curve sliders, better rough reflections. FIX world border, enchant glint, unmatched lighting on translucents and solids. TWEAK a bunch of stuff all over the place i cant remember
This commit is contained in:
@ -96,7 +96,7 @@ void main() {
|
||||
vec3 fragpos = toScreenSpace(vec3(halfResTC*texelSize,1));
|
||||
|
||||
|
||||
vec4 currentClouds = renderClouds(fragpos,vec2(R2_dither(),blueNoise2()), sunColor/80., moonColor/150., (averageSkyCol_Clouds*2.0)* 8./150./3.);
|
||||
vec4 currentClouds = renderClouds(fragpos,vec2(R2_dither(),blueNoise2()), sunColor/80., moonColor/150., averageSkyCol_Clouds/30.0);
|
||||
|
||||
gl_FragData[0] = currentClouds;
|
||||
|
||||
|
Reference in New Issue
Block a user