float lerp(float a, float b, float w) { return a + w*(b-a);} ... Unity3d Shader 专栏收录该内容 ... Unity3D中的线性插值Lerp()函数解析.
確定! 回上一頁