diff options
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; |
