box2d ragdoll:如何防止抖动?
我使用的是box2d的as3版本。 我需要创建一个人体:我使用了一些盒子+关节:效果很好。 问题是它从不睡觉:它一直在抖动!
我尝试了一些属性,如密度、阻尼、速度阈值,但没有成功。
有人可以提供线索吗?
问候
I am using as3 version of box2d.
I need to create a human body: I used some boxes+ joints: works fine.
Trouble is it never sleeps: it jitters all the time !
I tried with some propetries like density, dambing, velocityThreshold without sucess.
Can some give a clue ?
regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
增加其物理模拟频率,即以更小的时间片更频繁地调用world->Step。
Increase its physics simulation frequency, i.e. call world->Step more frequently with smaller time slices.