Made sun brighter during sun rise.
This commit is contained in:
parent
93f790ec22
commit
9b2ca4d1d3
@ -61,7 +61,7 @@ vec3 sunColorFunc(float dot) {
|
|||||||
else {
|
else {
|
||||||
riseFactor = cos(2*dot);
|
riseFactor = cos(2*dot);
|
||||||
}
|
}
|
||||||
return mix(sunColor, vec3(fogColorRise), riseFactor);
|
return mix(sunColor, vec3(fogColorRise)*1.4, riseFactor);
|
||||||
}
|
}
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user