summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-08-13 16:51:23 -0700
committeryum <yum.food.vr@gmail.com>2025-08-13 17:03:46 -0700
commitf1fc3bd51a90432ddb6b7cbc86b8383c923b0dd8 (patch)
tree6ce39dd718221f5dad8ee29ecbbfeb7c511b2876 /features.cginc
parent32781eb9ab83b504788198df552934ed6da08ee0 (diff)
add hypotrochoid gimmick
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 2489f54..a25bdce 100644
--- a/features.cginc
+++ b/features.cginc
@@ -464,5 +464,9 @@
#pragma shader_feature_local _SCREEN_SPACE_NORMALS
//endex
+//ifex _Trochoid_Enabled==0
+#pragma shader_feature_local _TROCHOID
+//endex
+
#endif // __FEATURES_INC