make mipmapping scale with TAAU. some tiny en_us.lang changes. make ORB_B exist again

This commit is contained in:
Xonk
2023-07-21 20:18:12 -04:00
parent bdaa0a5cfd
commit 148e376105
4 changed files with 6 additions and 5 deletions

View File

@ -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.) ;