From 8b7ae8db808d76ddea503f94e142c7d37c1b43d3 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 5 Jun 2025 19:42:36 -0700 Subject: more work on fog & c30 --- globals.cginc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index 2768202..e1cc6f1 100644 --- a/globals.cginc +++ b/globals.cginc @@ -10,6 +10,7 @@ float4 _CameraDepthTexture_TexelSize; SamplerState point_repeat_s; SamplerState linear_repeat_s; +SamplerState bilinear_repeat_s; SamplerState linear_clamp_s; SamplerState trilinear_repeat_s; @@ -549,9 +550,8 @@ float3 _Raymarched_Fog_Velocity; float _Raymarched_Fog_Density_Exponent; #endif #if defined(_RAYMARCHED_FOG_HEIGHT_DENSITY) -float _Raymarched_Fog_Height_Density_Min; -float _Raymarched_Fog_Height_Density_Max; -float _Raymarched_Fog_Height_Density_Power; +float _Raymarched_Fog_Height_Density_Start; +float _Raymarched_Fog_Height_Density_Half_Life; #endif #endif // _RAYMARCHED_FOG -- cgit v1.2.3