diff options
| author | yum <yum.food.vr@gmail.com> | 2025-12-25 13:09:39 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-12-25 13:09:39 -0800 |
| commit | e70d2cb317295571c57abd229846424754dff937 (patch) | |
| tree | 8640003cd7dde0a6cf6d41d697141c3373f11ed0 /features.cginc | |
| parent | f7c5e546c220f0f7be8ec3a9cccdb4641114cfe1 (diff) | |
more vertex deformation tweaks; unwrapping the donut
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/features.cginc b/features.cginc index f5d547f..17f0566 100644 --- a/features.cginc +++ b/features.cginc @@ -43,7 +43,8 @@ #pragma shader_feature_local _VERTEX_DEFORMATION_AXIS_ALIGN #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_POINT_ALIGN +#pragma shader_feature_local _VERTEX_DEFORMATION_POINT_ALIGN_0 +#pragma shader_feature_local _VERTEX_DEFORMATION_POINT_ALIGN_1 #pragma shader_feature_local _VERTEX_DEFORMATION_PLANE_TO_TUBE_1 //endex |
