如何移动 box2d 对象?
我有一个玩家角色,我希望他每秒发射一颗子弹。
这是自上而下的视图,没有重力。
我一直在使用 SetLinearVelocity() 和 ApplyLinearImpulse() 执行此操作,并且对象移动,但我无法控制速度。
如何控制子弹的速度?
I have a player character and I would like him to fire bullets, one each second.
It's a top down view, no gravity.
I've been doing it with SetLinearVelocity() and ApplyLinearImpulse() and the object moves, but I can't control the speed.
How can I control the speed of the bullets?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎您已经在这里找到了答案: http://www.box2d.org/forum/viewtopic.php?f=3&t=5852&p=27016
Seems like you've already found your answer here: http://www.box2d.org/forum/viewtopic.php?f=3&t=5852&p=27016