Hi @chuxinhao,
getRotation() will return a pc.Quat not a vector. There is no lerp method available there, but a slerp, try using that.
Hi @chuxinhao,
getRotation() will return a pc.Quat not a vector. There is no lerp method available there, but a slerp, try using that.