From 0d7e2444c55eb2067792c6da57dad370e997fa4d Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 2 Nov 2025 18:10:55 -0800 Subject: add hex grid tiling --- features.cginc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'features.cginc') 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 -- cgit v1.2.3