This commit is contained in:
chenxi 2023-08-17 10:04:44 +08:00
parent b2e11a015e
commit e4446afdec

View File

@ -140,6 +140,7 @@
#ifdef _HIDE_Y
fixed3 worldPos = mul(unity_ObjectToWorld , v.vertex).xyz;
o.worldPosY = worldPos.y;
#endif
return o;
}