RigidbodyInterpolation 刚体插值
Enumeration
Rigidbody interpolation mode.
刚体插值模式。
For the main characters or vehicles that are followed by the camera it is recommended to use interpolation. For any other rigidbodies it is recommended not to use interpolation.
对于主角或由相机跟随车辆,建议使用插值。对于其他任意刚体不建议使用插值。
参见: Rigidbody.interpolation 变量
Values值
-
No Interpolation. //不插值。
-
Interpolation will always lag a little bit behind but can be smoother than extrapolation.
内插值总是落后后面一点点,但比外插值平滑。 -
Extrapolation will predict the position of the rigidbody based on the current velocity.
外插将基于当前速度预测的刚体位置。
最后修改:2011年5月22日 Sunday 15:35