diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-15 16:52:25 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-15 17:28:02 -0800 |
| commit | 568f813fe37cd7beb1709fb1a92268fef2581d4e (patch) | |
| tree | 461042b70cac0a2b5b444a8bf57a9202b99dbe61 /globals.cginc | |
| parent | 2e99a2275ce3d0d9eef7892cf7485a5f278cacb4 (diff) | |
Impostors: add parallax correction
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
