summaryrefslogtreecommitdiffstats
path: root/math.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2024-11-03 15:23:21 -0800
committeryum <yum.food.vr@gmail.com>2024-11-03 15:23:21 -0800
commitcb55e813456480a036673d1d32608e10b10c8f87 (patch)
treed54c125b2fd01403fec0b4f26d470ffbbeff2468 /math.cginc
parent9cc586ddce424f619a2a1fba192c5f3e4c01a29d (diff)
Lots of tweaks
Diffstat (limited to 'math.cginc')
-rw-r--r--math.cginc1
1 files changed, 1 insertions, 0 deletions
diff --git a/math.cginc b/math.cginc
index d7656e1..636232d 100644
--- a/math.cginc
+++ b/math.cginc
@@ -5,6 +5,7 @@
#define PI 3.14159265
#define TAU PI * 2.0
+#define PHI 1.618033989
// Hacky parameterizable whiteout blending. Probably some big mistakes but it
// passes the eyeball test.