diff options
| author | yum <yum.food.vr@gmail.com> | 2024-07-18 15:23:14 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-07-18 15:23:14 -0700 |
| commit | 82b36c1c14013e82e15ca48dc766eb7aa4198e63 (patch) | |
| tree | db54ba20a8ac0d795de992dfe41e9777a5795f71 /globals.cginc | |
| parent | a95481afa226d76d671b13515ee2abc59359b87a (diff) | |
Add individual lighting multipliers
... for direct, indirect x {specular,diffuse}
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
