summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-12-16 18:06:44 -0800
committeryum <yum.food.vr@gmail.com>2025-12-16 18:06:44 -0800
commita14e29b37e95352d35ba7c8763e2d0fc9fb66803 (patch)
tree4e50cb9550ed143cfc71c2d014e6549eb703c681 /features.cginc
parentf3c47133a947581299b1f5a8b82e7233711f096a (diff)
wip, trying to unwrap the torus
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc8
1 files changed, 4 insertions, 4 deletions
diff --git a/features.cginc b/features.cginc
index 5644d37..71fb9b6 100644
--- a/features.cginc
+++ b/features.cginc
@@ -39,10 +39,10 @@
//ifex _Vertex_Deformation_Tubes_Enabled==0
#pragma shader_feature_local _VERTEX_DEFORMATION_TUBES
-#pragma shader_feature_local _VERTEX_DEFORMATION_XZ_UNTUBE
-#pragma shader_feature_local _VERTEX_DEFORMATION_YZ_UNTUBE
-#pragma shader_feature_local _VERTEX_DEFORMATION_XY_UNTUBE
-#pragma shader_feature_local _VERTEX_DEFORMATION_PLANE_TO_TUBE
+#pragma shader_feature_local _VERTEX_DEFORMATION_TUBE_TO_PLANE_0
+#pragma shader_feature_local _VERTEX_DEFORMATION_TUBE_TO_PLANE_1
+#pragma shader_feature_local _VERTEX_DEFORMATION_PLANE_TO_TUBE_0
+#pragma shader_feature_local _VERTEX_DEFORMATION_PLANE_TO_TUBE_1
//endex
//ifex _Vertex_Deformation_L2_L1_Enabled==0