From 3625c7c4e2f0d6e0e127ee2102aa5a8f6f0346c8 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 22 Aug 2024 02:15:28 -0700 Subject: Add second indirect specular lighting factor First one is probably being used for animations. Second one is static. --- globals.cginc | 1 + 1 file changed, 1 insertion(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index b02507a..26021ec 100644 --- a/globals.cginc +++ b/globals.cginc @@ -17,6 +17,7 @@ float _Lighting_Factor; float _Direct_Lighting_Factor; float _Vertex_Lighting_Factor; float _Indirect_Specular_Lighting_Factor; +float _Indirect_Specular_Lighting_Factor2; float _Indirect_Diffuse_Lighting_Factor; float _Reflection_Probe_Saturation; float _Min_Brightness; -- cgit v1.2.3