diff options
| author | yum <yum.food.vr@gmail.com> | 2025-12-17 17:14:11 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-12-17 17:14:11 -0800 |
| commit | f8102fd756d89476336f9a3a69e9bf8fbc6aa4b7 (patch) | |
| tree | 254b512decd96c77fa23f438f6620910d9f107f5 /globals.cginc | |
| parent | 32adb54e347faa86c63639a102930fe874808e39 (diff) | |
add point align feature, aka inverse of axis align
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 21d9889..f872847 100644 --- a/globals.cginc +++ b/globals.cginc @@ -103,6 +103,13 @@ float3 _Vertex_Deformation_Plane_To_Tube_0_s; float _Vertex_Deformation_Plane_To_Tube_0_t; #endif // _VERTEX_DEFORMATION_PLANE_TO_TUBE_0 +#if defined(_VERTEX_DEFORMATION_POINT_ALIGN) +float3 _Vertex_Deformation_Point_Align_po; +float3 _Vertex_Deformation_Point_Align_pp; +float3 _Vertex_Deformation_Point_Align_r; +float _Vertex_Deformation_Point_Align_t; +#endif // _VERTEX_DEFORMATION_POINT_ALIGN + #if defined(_VERTEX_DEFORMATION_PLANE_TO_TUBE_1) float3 _Vertex_Deformation_Plane_To_Tube_1_p; float3 _Vertex_Deformation_Plane_To_Tube_1_r; |
