diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-23 02:24:39 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-23 02:24:58 -0800 |
| commit | f478606867d42e971c5fa83803f3255e922e6a8a (patch) | |
| tree | c50ec81b781aaaff9fd74a416c22be8ff1552e5e /globals.cginc | |
| parent | 3ec0f0c2d35f21d2f28d0a116e9e211789b13903 (diff) | |
add ltcgi, alpha multiplier
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 2ba3ad0..e991342 100644 --- a/globals.cginc +++ b/globals.cginc @@ -15,6 +15,10 @@ half _BumpScale; float _BumpShadowHeightScale;
float _BumpShadowHardness;
+#if defined(_ALPHA_MULTIPLIER)
+float _Alpha_Multiplier;
+#endif
+
#if defined(_EMISSION)
sampler2D _EmissionMap;
float4 _EmissionMap_ST;
@@ -190,4 +194,10 @@ float _SSFD_Size_Factor; float _SSFD_Threshold;
#endif // _SSFD
+#if defined(_LTCGI)
+float _LTCGI_Strength;
+float4 _LTCGI_SpecularColor;
+float4 _LTCGI_DiffuseColor;
+#endif // _LTCGI
+
#endif // __GLOBALS_INC
|
