summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-11-02 19:55:40 -0800
committeryum <yum.food.vr@gmail.com>2025-11-02 19:55:40 -0800
commit688a9de062980519e6aacc0aa0255d17a4a88324 (patch)
treefba1efe30252079a2aad88d2731c54ef957cbd36 /features.cginc
parentad3990db4e7df7a5612f3a068bc29c1d0302287d (diff)
adjust ray marching loop structure
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 d74ef01..3a1a773 100644
--- a/features.cginc
+++ b/features.cginc
@@ -80,6 +80,10 @@
#pragma shader_feature_local _RAY_MARCHING_OVERSTEP
//endex
+//ifex _Ray_Marching_Correct_Repetition_Enabled==0
+#pragma shader_feature_local _RAY_MARCHING_CORRECT_REPETITION
+//endex
+
//ifex _Ray_Marching_Baked_Origins_Enabled==0
#pragma shader_feature_local _RAY_MARCHING_BAKED_ORIGINS
//endex