summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rwxr-xr-xglobals.cginc4
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 098988e..97b8d1d 100755
--- a/globals.cginc
+++ b/globals.cginc
@@ -205,6 +205,10 @@ float _Aperiodic_Tiling_Normal_Strength;
float _Aperiodic_Tiling_Normal_Thickness;
#endif // _APERIODIC_TILING_NORMALS
+#if defined(_ZEBRA)
+float _Zebra_Scale;
+#endif // _ZEBRA
+
#if defined(_CUSTOM31_WORLD)
int _Custom31_World_Ray_March_Steps;
float _Custom31_World_Ray_March_Min_Dist;