summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-11-02 18:23:43 -0800
committeryum <yum.food.vr@gmail.com>2025-11-02 18:23:43 -0800
commit47b06274313d03ab3169ec07a87ac949bb5035fb (patch)
treea82097d9e23a649973e43d254739198d46fa5869 /features.cginc
parent0d7e2444c55eb2067792c6da57dad370e997fa4d (diff)
add hexagon sdf
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc4
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index 9b76cd4..d74ef01 100644
--- a/features.cginc
+++ b/features.cginc
@@ -96,4 +96,8 @@
#pragma shader_feature_local _RAY_MARCHING_BALL
//endex
+//ifex _Ray_Marching_Hexagon_Enabled==0
+#pragma shader_feature_local _RAY_MARCHING_HEXAGON
+//endex
+
#endif // __FEATURES_INC