diff options
| author | yum <yum.food.vr@gmail.com> | 2024-09-28 15:55:06 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-09-28 15:55:06 -0700 |
| commit | 2e6a2df16dc5fa9758de06240e44b781b05e6f5a (patch) | |
| tree | 0236d7d36e5278cacf6bfe56dec2973c83709d0a /globals.cginc | |
| parent | db11ed0901600e316ac54c2e2d8fdeec46c8af68 (diff) | |
World lighting bugfixes
Remove explicit world interpolators flag, fix specular reflections.
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 25cd343..832d2cd 100644 --- a/globals.cginc +++ b/globals.cginc @@ -285,6 +285,7 @@ float _Global_Emission_Factor; #if defined(_AMBIENT_OCCLUSION) texture2D _Ambient_Occlusion; +float4 _Ambient_Occlusion_ST; float _Ambient_Occlusion_Strength; #endif |
