From ffb4b6b861a7f4a5c2468824e16872883f64c290 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 20 Jan 2026 22:01:22 -0800 Subject: Add fur shader, and begin slimming interpolators --- mochie_shadow_caster.cginc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mochie_shadow_caster.cginc') diff --git a/mochie_shadow_caster.cginc b/mochie_shadow_caster.cginc index 8a6ab59..6e8d19a 100644 --- a/mochie_shadow_caster.cginc +++ b/mochie_shadow_caster.cginc @@ -22,7 +22,9 @@ v2f vert(appdata v) o.uv23.xy = v.uv2; o.uv23.zw = v.uv3; o.objPos = v.vertex; +#if defined(V2F_COLOR) o.color = v.color; +#endif return o; } -- cgit v1.2.3