summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-10-17 20:51:32 -0700
committeryum <yum.food.vr@gmail.com>2025-10-17 20:51:32 -0700
commit98e115ebfc40e72a8ee1c6453735d8f6076f7890 (patch)
tree70910197508a860adc505ef545d8d8825d48b98b /features.cginc
parent5bfbb660c7213cdd14c9bde2349b3a09ccdaff4e (diff)
tessellate in screen space, and add sine wave 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 3788d6d..c76bb9a 100644
--- a/features.cginc
+++ b/features.cginc
@@ -40,6 +40,10 @@
#pragma shader_feature_local _VERTEX_DEFORMATION_SEAL
//endex
+//ifex _Vertex_Deformation_Sine_Waves_Enabled==0
+#pragma shader_feature_local _VERTEX_DEFORMATION_SINE_WAVES
+//endex
+
//ifex _Unlit==0
#pragma shader_feature_local _UNLIT
//endex