diff options
| author | yum <yum.food.vr@gmail.com> | 2025-11-04 21:50:42 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-11-04 21:50:42 -0800 |
| commit | 672a7acca1f0401de7ac0ac94d3379081fa363e6 (patch) | |
| tree | 1fed9ab4791de35d9fdc69bdff437fea2223349e /features.cginc | |
| parent | ac78ce59232f698dfd721b0048336cd346612613 (diff) | |
begin work on marching in vert/domain shaders (NOT WORKING)
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index 39fc34a..1cd6a17 100644 --- a/features.cginc +++ b/features.cginc @@ -104,6 +104,10 @@ #pragma shader_feature_local _RAY_MARCHING_HEX_GRID //endex +//ifex _Ray_Marching_Scaling_Enabled==0 +#pragma shader_feature_local _RAY_MARCHING_SCALING +//endex + //ifex _Ray_Marching_Ball_Enabled==0 #pragma shader_feature_local _RAY_MARCHING_BALL //endex |
