From 568f813fe37cd7beb1709fb1a92268fef2581d4e Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 15 Jan 2026 16:52:25 -0800 Subject: Impostors: add parallax correction --- globals.cginc | 1 + 1 file changed, 1 insertion(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index b1de3d8..6387c7e 100644 --- a/globals.cginc +++ b/globals.cginc @@ -190,6 +190,7 @@ Texture2D _Impostors_Depth_Atlas; int _Impostors_Grid_Resolution; float _Impostors_Sphere_Radius; float _Impostors_Cutoff; +float _Impostors_Parallax; float _Impostors_Debug_Mode; float _Impostors_Debug_Depth; float3 _Impostors_Main_Camera_Pos; -- cgit v1.2.3