From 82b36c1c14013e82e15ca48dc766eb7aa4198e63 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 18 Jul 2024 15:23:14 -0700 Subject: Add individual lighting multipliers ... for direct, indirect x {specular,diffuse} --- globals.cginc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index 7191b0f..b2d3eec 100644 --- a/globals.cginc +++ b/globals.cginc @@ -13,6 +13,9 @@ float _Tex_NormalStr; float _NormalStr; float _Lighting_Factor; +float _Direct_Lighting_Factor; +float _Indirect_Specular_Lighting_Factor; +float _Indirect_Diffuse_Lighting_Factor; float _Reflection_Probe_Saturation; float _Min_Brightness; float _Max_Brightness; -- cgit v1.2.3