相当于float3 lerp(float3 a, float3 b, float w) { return a + w*(b-a); } ... Shader "Unlit/TestLerp" { Properties { _MainTex ("Texture", ...
確定! 回上一頁