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 93c58e0..e186f0d 100755
--- a/globals.cginc
+++ b/globals.cginc
@@ -184,6 +184,10 @@ float _Center_Offset_Factor;
float _Logical_Time;
#endif // _LOGICAL_TIME
+#if defined(_APERIODIC_TILING)
+float _Aperiodic_Tiling_Scale;
+#endif // _APERIODIC_TILING
+
#if defined(_CUSTOM31_WORLD)
int _Custom31_World_Ray_March_Steps;
float _Custom31_World_Ray_March_Min_Dist;