We need the albedo, specular tint, smoothness, and normal. float3 worldPos = mul(unity_CameraToWorld, float4(viewPos, 1)).xyz; float3 albedo = ...
確定! 回上一頁