diff options
| author | yum <yum.food.vr@gmail.com> | 2025-08-13 16:51:23 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-08-13 17:03:46 -0700 |
| commit | f1fc3bd51a90432ddb6b7cbc86b8383c923b0dd8 (patch) | |
| tree | 6ce39dd718221f5dad8ee29ecbbfeb7c511b2876 /interpolators.cginc | |
| parent | 32781eb9ab83b504788198df552934ed6da08ee0 (diff) | |
add hypotrochoid gimmick
Diffstat (limited to 'interpolators.cginc')
| -rw-r--r-- | interpolators.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interpolators.cginc b/interpolators.cginc index e897e53..4e222e8 100644 --- a/interpolators.cginc +++ b/interpolators.cginc @@ -33,6 +33,10 @@ struct v2f { float3 vertexLight : TEXCOORD9;
UNITY_LIGHTING_COORDS(10,11)
+#if defined(_TROCHOID)
+ float3 orig_pos : TEXCOORD12;
+#endif
+
UNITY_VERTEX_INPUT_INSTANCE_ID
UNITY_VERTEX_OUTPUT_STEREO
};
|
