summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-10-18 13:43:51 -0700
committeryum <yum.food.vr@gmail.com>2025-10-18 13:56:29 -0700
commitf65f4b6e07b47115911bf33deb90597e201c1066 (patch)
tree9cf783bc5ab7c885dda038159df5b8a006ce8e70 /features.cginc
parentc6581fe78d5abae4289432d9d8fd01729fe17b0e (diff)
add fbm deformation effect
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 c76bb9a..cb5a1d7 100644
--- a/features.cginc
+++ b/features.cginc
@@ -44,6 +44,10 @@
#pragma shader_feature_local _VERTEX_DEFORMATION_SINE_WAVES
//endex
+//ifex _Vertex_Deformation_FBM_Enabled==0
+#pragma shader_feature_local _VERTEX_DEFORMATION_FBM
+//endex
+
//ifex _Unlit==0
#pragma shader_feature_local _UNLIT
//endex