summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-11-02 18:10:55 -0800
committeryum <yum.food.vr@gmail.com>2025-11-02 18:10:55 -0800
commit0d7e2444c55eb2067792c6da57dad370e997fa4d (patch)
tree65b54f861119866a1c5e9675c2defe2698c3ca47 /features.cginc
parent4d3648b160efbd59bd270b4e4813501c8453c44a (diff)
add hex grid tiling
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc12
1 files changed, 10 insertions, 2 deletions
diff --git a/features.cginc b/features.cginc
index 49aa3e7..9b76cd4 100644
--- a/features.cginc
+++ b/features.cginc
@@ -84,8 +84,16 @@
#pragma shader_feature_local _RAY_MARCHING_BAKED_ORIGINS
//endex
-//ifex _Ray_Marching_Ball_Grid_Enabled==0
-#pragma shader_feature_local _RAY_MARCHING_BALL_GRID
+//ifex _Ray_Marching_Cart_Grid_Enabled==0
+#pragma shader_feature_local _RAY_MARCHING_CART_GRID
+//endex
+
+//ifex _Ray_Marching_Hex_Grid_Enabled==0
+#pragma shader_feature_local _RAY_MARCHING_HEX_GRID
+//endex
+
+//ifex _Ray_Marching_Ball_Enabled==0
+#pragma shader_feature_local _RAY_MARCHING_BALL
//endex
#endif // __FEATURES_INC