diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-03 18:24:11 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-03 18:25:50 -0700 |
| commit | f53c49c69ee42917e3789bbfe792c9d53c287e76 (patch) | |
| tree | b0322d87d0751e33899b65317103d94d82015ec0 /globals.cginc | |
| parent | a8d6d469d57349da515759270eb31a242c795951 (diff) | |
begin work on fog
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 1d9f291..80ba634 100644 --- a/globals.cginc +++ b/globals.cginc @@ -535,4 +535,12 @@ float4 _SSAO_Noise_TexelSize; float _SSAO_Bias;
#endif // _SSAO
+#if defined(_RAYMARCHED_FOG)
+float _Raymarched_Fog_Steps;
+float _Raymarched_Fog_Density;
+texture2D _Raymarched_Fog_Dithering_Noise;
+texture3D _Raymarched_Fog_Density_Noise;
+float4 _Raymarched_Fog_Density_Noise_Scale;
+#endif // _RAYMARCHED_FOG
+
#endif // __GLOBALS_INC
|
