mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-22 09:38:52 +08:00
another fix
This commit is contained in:
parent
03023e2e87
commit
d47edeb1e2
@ -179,7 +179,7 @@ vec4 InsideACloudFog(
|
||||
float maxLength = min(length(dVWorld),far+16)/length(dVWorld);
|
||||
dV *= maxLength;
|
||||
dVWorld *= maxLength;
|
||||
float mult = length(dVWorld);
|
||||
float mult = length(dVWorld)/25;
|
||||
float dL = length(dVWorld);
|
||||
|
||||
vec3 progress = start.xyz;
|
||||
|
Loading…
Reference in New Issue
Block a user