diff options
| author | yum <yum.food.vr@gmail.com> | 2025-11-30 16:42:59 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-11-30 16:42:59 -0800 |
| commit | db4c3810e061d5d2a80215ebb1346bc422978199 (patch) | |
| tree | f970c5752081e4e2469bac643fddd8f66b2876f7 /globals.cginc | |
| parent | 46a7aa991625e90428325e9f0be790a50e1b902d (diff) | |
plumb decal sdf normals feature
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 4f61041..9b1cfe2 100644 --- a/globals.cginc +++ b/globals.cginc @@ -306,6 +306,9 @@ float _Decal##n##_SDF_Invert; \ float _Decal##n##_SDF_Softness; \
float _Decal##n##_SDF_Px_Range; \
\
+float _Decal##n##_SDF_SSN_Enabled; \
+float _Decal##n##_SDF_SSN_Strength; \
+\
float _Decal##n##_Mask_Enabled; \
texture2D _Decal##n##_Mask; \
float4 _Decal##n##_Mask_ST; \
|
