inline float3 UnityObjectToViewPos(in float3 pos) { return mul(UNITY_MATRIX_V, mul(unity_ObjectToWorld, float4(pos, 1.0))).xyz; } ...
確定! 回上一頁