diff options
| author | yum <yum.food.vr@gmail.com> | 2025-11-11 16:20:14 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-11-11 16:20:14 -0800 |
| commit | fb48528cbb1881ff8ac96a1cd05c2c7aa326b203 (patch) | |
| tree | 8f48bd00c00c0b26e49bbfa84de74509a6032ace /globals.cginc | |
| parent | 5cbad6aa884ee4c77f6af65cdfceac987f54a227 (diff) | |
add detail map feature
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 063b047..56d9e49 100644 --- a/globals.cginc +++ b/globals.cginc @@ -60,6 +60,15 @@ float4 _Clearcoat_Mask_ST; float _Clearcoat_Mask_Strength; #endif // _CLEARCOAT_MASK +#if defined(_DETAILS) +texture2D _DetailNormalMap; +float4 _DetailNormalMap_ST; +float _DetailNormalMapScale; +texture2D _DetailMask; +float4 _DetailMask_ST; +int _Details_UV_Channel; +#endif // _DETAILS + #if defined(_CLOTH_SHEEN) float _Cloth_Sheen_Strength; float3 _Cloth_Sheen_Color; |
