From 102f53a2402b204d1dc679078aaf8ba5765d97a7 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 3 Jun 2025 23:49:25 -0700 Subject: Add spatiotemporal dithering to fog --- features.cginc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index 40ed4a1..59a3ff3 100644 --- a/features.cginc +++ b/features.cginc @@ -315,5 +315,9 @@ #pragma shader_feature_local _RAYMARCHED_FOG //endex +//ifex _Raymarched_Fog_Height_Density_Enabled==0 +#pragma shader_feature_local _RAYMARCHED_FOG_HEIGHT_DENSITY +//endex + #endif // __FEATURES_INC -- cgit v1.2.3