We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fbe9d commit 969caf8Copy full SHA for 969caf8
1 file changed
data/shaders/planet.frag
@@ -425,6 +425,7 @@ void main()
425
// maximum at 1.0 instead of 0.4.
426
texColor.rgb = vec3(0.4) + 0.6 * texColor.rgb;
427
texColor.rgb = pow(texColor.rgb, vec3(2.8));
428
+ texColor.rgb *= vec3(1., 0.79, 0.57);
429
#else
430
texColor.rgb = srgbToLinear(texColor.rgb);
431
#endif
0 commit comments