diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-27 18:02:04 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-27 18:02:04 -0800 |
| commit | ef6b610577f851d8c70840f945c0ec2161450302 (patch) | |
| tree | 19c24eb03adb6b735ef1ed1789b42699b2871659 /globals.cginc | |
| parent | d10dca271fd69606bde8e0a0e104db9140bfe52e (diff) | |
Add detail maps
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 83ba8fb..20f866c 100644 --- a/globals.cginc +++ b/globals.cginc @@ -30,6 +30,15 @@ sampler2D _OcclusionMap; float _OcclusionStrength;
#endif
+#if defined(_DETAIL_MAPS)
+texture2D _DetailMask;
+sampler2D _DetailAlbedoMap;
+float4 _DetailAlbedoMap_ST;
+sampler2D _DetailNormalMap;
+float4 _DetailNormalMap_ST;
+float _DetailNormalMapScale;
+#endif
+
float _Shadow_Strength;
#if defined(_WRAPPED_LIGHTING)
|
