Farseer 物理引擎 - 无论施加多大的脉冲,身体都不会超过一定的速度

发布于 2024-11-03 02:11:42 字数 298 浏览 8 评论 0原文

你好 我对 Farseer 引擎比较陌生,目前我正在尝试将其与我自己的引擎集成。 我决定测试一些东西,查看样本,但我所做的事情肯定有问题,尽管我看不出问题所在。

我刚刚向 World 添加了一个 Body,并调用 ApplyLinearImpulse(new Vector2(200f,0))

然后我尝试了更高的数字,但是速度保持不变。有限制吗?怎么了 ?

如果需要的话我会提供更多细节,但我猜这是我错过的一些非常菜鸟的事情。

提前致谢 !

Hello
I'm relatively new to farseer engine, which i'm currently trying to integrate with my own.
I decided to test a few things, saw the samples, but there's is definitely something wrong about what i'm doing, even though I can't see what is wrong.

I just added a Body to the World, and called ApplyLinearImpulse(new Vector2(200f,0))

Then I tried higher numbers, but the speed remained the same. Is there a limit for that ? What is happening ?

I'll give more details if needed, but I'm guessing it's something very noobish I missed.

Thanks in advance !

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紫南 2024-11-10 02:11:43

对于 Farseer 来说,你的价值似乎太大了。您在代码中使用 ConvertUnits 吗?请查看此博客

Your value seems way to big for Farseer. Are you using ConvertUnits in your code? Look at this blog.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文