mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
make mipmapping scale with TAAU. some tiny en_us.lang changes. make ORB_B exist again
This commit is contained in:
@ -79,6 +79,7 @@ float cloudVol(in vec3 pos,in vec3 samplePos,in float cov, in int LoD){
|
||||
float pw2 = log(fbmPower2);
|
||||
|
||||
samplePos.xz -= cloud_movement/4;
|
||||
|
||||
samplePos.xz += pow( max(pos.y - (CumulusHeight+20), 0.0) / 20.0,1.50);
|
||||
|
||||
noise += 1.0-densityAtPos(samplePos * 200.) ;
|
||||
|
Reference in New Issue
Block a user