summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-04-05 15:41:21 -0700
committeryum <yum.food.vr@gmail.com>2026-04-05 15:41:25 -0700
commit736de84c38db6c6f150daacc3c8d1a0f9c92ecbb (patch)
tree71574e4975216f8f406d056f1eb364be07412840 /globals.cginc
parent69f273558ecfded1fcf7c89b238a241859dc625e (diff)
c31: Start sketching tangent space raymarcher
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 6974ee0..241bb92 100755
--- a/globals.cginc
+++ b/globals.cginc
@@ -183,6 +183,12 @@ float _Center_Offset_Factor;
float _Logical_Time;
#endif // _LOGICAL_TIME
+#if defined(_CUSTOM31_WORLD)
+#if defined(_CUSTOM31_WORLD_HEXAGONS)
+float _Custom31_World_Hexagons_Scale;
+#endif // _CUSTOM31_WORLD_HEXAGONS
+#endif // _CUSTOM31_WORLD
+
float getTime() {
#if defined(_LOGICAL_TIME)
return _Logical_Time;