worldNormal = mul(v.normal,(float3x3)unity_WorldToObject); //顶点从模型空间转为世界空间o.worldPos = mul(unity_ObjectToWorld,v.vertex).xyz; ...
確定! 回上一頁