Different between Lerp and Slerp
2017-11-09 本文已影响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.