summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-06-07 18:16:32 -0700
committeryum <yum.food.vr@gmail.com>2025-06-07 19:54:57 -0700
commitb000eb9f08691df6ff07109d41e8ae2028799e9e (patch)
tree69def0deb707a12399b231fa43354c4ed1d5cd95 /globals.cginc
parentd888c25cfcf0da223bfa9e8312d825183a65122a (diff)
Convert fake origins code to tangent space
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc11
1 files changed, 11 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index e1cc6f1..1bb881a 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -553,6 +553,17 @@ float _Raymarched_Fog_Density_Exponent;
float _Raymarched_Fog_Height_Density_Start;
float _Raymarched_Fog_Height_Density_Half_Life;
#endif
+#if defined(_CUSTOM30_FOG_HEIGHT_DENSITY_MINIMUM)
+float _Custom30_Fog_Height_Density_Minimum;
+#endif
+#if defined(_RAYMARCHED_FOG_EMITTER_TEXTURE)
+texture2D _Raymarched_Fog_Emitter_Texture;
+float4 _Raymarched_Fog_Emitter_Texture_TexelSize;
+float3 _Raymarched_Fog_Emitter_Texture_World_Pos;
+float3 _Raymarched_Fog_Emitter_Texture_World_Normal;
+float3 _Raymarched_Fog_Emitter_Texture_World_Tangent;
+float2 _Raymarched_Fog_Emitter_Texture_World_Scale;
+#endif
#endif // _RAYMARCHED_FOG
#endif // __GLOBALS_INC