fix atmosphere haze absorbance. fix small specular reflection issue

This commit is contained in:
Xonk
2024-07-07 16:29:14 -04:00
parent 6df9b1624a
commit 396c9edba7
7 changed files with 23 additions and 17 deletions

View File

@ -1,4 +1,4 @@
#define SHADER_VERSION_LABEL 477 // [477]
#define SHADER_VERSION_LABEL 478 // [478]
#define saturate(x) clamp(x,0.0,1.0)