summaryrefslogtreecommitdiffstats
path: root/3ner.shader
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-12-17 17:14:11 -0800
committeryum <yum.food.vr@gmail.com>2025-12-17 17:14:11 -0800
commitf8102fd756d89476336f9a3a69e9bf8fbc6aa4b7 (patch)
tree254b512decd96c77fa23f438f6620910d9f107f5 /3ner.shader
parent32adb54e347faa86c63639a102930fe874808e39 (diff)
add point align feature, aka inverse of axis align
Diffstat (limited to '3ner.shader')
-rw-r--r--3ner.shader10
1 files changed, 10 insertions, 0 deletions
diff --git a/3ner.shader b/3ner.shader
index eadde89..caf1809 100644
--- a/3ner.shader
+++ b/3ner.shader
@@ -223,6 +223,16 @@ Shader "yum_food/3ner"
[HideInInspector] m_end_Vertex_Deformation_Plane_To_Tube_0("Plane to Tube 0", Float) = 0
//endex
+ //ifex _Vertex_Deformation_Point_Align_Enabled==0
+ [HideInInspector] m_start_Vertex_Deformation_Point_Align("Point Align", Float) = 0
+ [ThryToggle(_VERTEX_DEFORMATION_POINT_ALIGN)] _Vertex_Deformation_Point_Align_Enabled("Enable", Float) = 0
+ _Vertex_Deformation_Point_Align_po("po", Vector) = (0, 0, 0)
+ _Vertex_Deformation_Point_Align_pp("pp", Vector) = (0, 0, 1)
+ _Vertex_Deformation_Point_Align_r("r", Vector) = (0, 1, 0)
+ _Vertex_Deformation_Point_Align_t("t", Range(0,1)) = 0
+ [HideInInspector] m_end_Vertex_Deformation_Point_Align("Point Align", Float) = 0
+ //endex
+
//ifex _Vertex_Deformation_Plane_To_Tube_1_Enabled==0
[HideInInspector] m_start_Vertex_Deformation_Plane_To_Tube_1("Plane to Tube 1", Float) = 0
[ThryToggle(_VERTEX_DEFORMATION_PLANE_TO_TUBE_1)] _Vertex_Deformation_Plane_To_Tube_1_Enabled("Enable", Float) = 0