美文网首页
Different between Lerp and Slerp

Different between Lerp and Slerp

作者: 庄什么庄 | 来源:发表于2017-11-09 08:57 被阅读0次

SLERP is a spherical linear interpolation. The interpolation is mapped as though on a quarter segment of a circleso you get the slow out and slow in effect. The distant between each step is not equidistant.

LERP is a linear interpolation so that the distant between each step is equal across the entire interpolation.

相关文章

网友评论

      本文标题:Different between Lerp and Slerp

      本文链接:https://www.haomeiwen.com/subject/xztpmxtx.html