summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-02-23 22:18:48 -0800
committeryum <yum.food.vr@gmail.com>2026-02-23 22:18:48 -0800
commit87e0f98e6d4e2774c08763c94aa21ad68b0b13f9 (patch)
tree059935f359c09e9f52dfb32aba6c906bca7b301c /globals.cginc
parent5fa1c0ec5b2b59db3858a7dfe9f4001eeeff8cc9 (diff)
Plumb bent normals
Diffstat (limited to 'globals.cginc')
-rwxr-xr-xglobals.cginc6
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 6bfaace..0de8c5e 100755
--- a/globals.cginc
+++ b/globals.cginc
@@ -38,6 +38,12 @@ float4 _OcclusionMap_ST;
float _OcclusionStrength;
#endif // __AMBIENT_OCCLUSION
+#if defined(_BENT_NORMALS)
+texture2D _Bent_Normals_Map;
+float4 _Bent_Normals_Map_ST;
+float _Bent_Normals_Strength;
+#endif // _BENT_NORMALS
+
#if defined(_MARBLE)
texture2D _Marble_U_Ramp;
texture2D _Marble_V_Ramp;