返回介绍

Rigidbody.interpolation 插值

发布于 2019-12-18 15:38:28 字数 1358 浏览 1049 评论 0 收藏 0

JavaScript => public var interpolation: RigidbodyInterpolation;
C# => public RigidbodyInterpolation interpolation;

Description 描述

Interpolation allows you to smooth out the effect of running physics at a fixed frame rate.

插值允许你以固定的帧率平滑物理运行效果。

By default interpolation is turned off. Commonly rigidbody interpolation is used on the player's character. Physics is running at discrete timesteps, while graphics is renderered at variable frame rates. This can lead to jittery looking objects, because physics and graphics are not completely in sync. The effect is subtle but often visible on the player character, especially if a camera follows the main character. It is recommended to turn on interpolation for the main character but disable it for everything else.

插值默认是关闭的。通常刚体插值用于玩家角色。物理是不连续(discrete)的时间步运行,而显卡以可变的帧率渲染。这可能导致物体抖动,因为物理和显卡不完全同步。这个效果是细微的但是通常会在玩家角色上看到,尤其是如果相机跟随主角色。建议为主角打开插值,但其他的禁用。

Rigidbody

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文