Skip to content

Commit

Permalink
Less blue nighttime
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrosia13 committed Oct 9, 2022
1 parent c9b3672 commit ecdf0e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/forgetmenot/shaders/lib/functions/atmosphere.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const vec3 kRlh = (vec3(0.27, 0.5, 1.0) * 1e-5);
const vec3 kMie = vec3(0.5e-6);
const vec3 kTotal = kRlh + kMie;

const vec3 moonFlux = vec3(0.7, 1.3, 2.3) * 0.25;
const vec3 moonFlux = vec3(1.3, 1.7, 2.0) * 0.25;
const float atmosphereG = 0.75;

vec3 scatter(vec3 coeff, float depth){
Expand Down
2 changes: 1 addition & 1 deletion assets/minecraft/shaders/material/stylize/water.frag
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void frx_materialFragment() {

#ifdef INTERNAL_MATERIALS
frx_fragColor = vec4(0.0, 0.16, 0.09, 0.5);
frx_fragColor.rgb *= vec3(1.0, 1.3, 0.7);
// frx_fragColor.rgb *= vec3(1.0, 1.3, 0.7);
#endif
//frx_fragColor = frx_vertexColor * vec4(0.2, 0.9, 1.0, 1.0);
// frx_fragColor.a *= 0.75;
Expand Down

0 comments on commit ecdf0e0

Please sign in to comment.