box2d中如何实现水平滚动?
我正在使用 box2D 开发 iPhone 游戏,我需要实现水平滚动...我能够滚动背景纹理和所有...但是,问题是,我无法滚动物理世界box2d...请帮助我,如何移动box2d世界...我没有使用cocos2d...我用谷歌搜索了很多,但没有找到任何没有cocos2d的解决方案...
问候,
Suran
I'm working on an iPhone game using box2D and I need to implement horizontal scrolling... I was able to scroll the background textures and all... But, the problem is that, I'm not able to scroll the physics world of box2d... Please help me, how to move the box2d world... I'm not using cocos2d... I googled a lot, but was not able to find any solution without cocos2d...
Regards,
Suran
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你不应该改变世界。相反,尝试根据游戏角色相应地移动“相机”(剪辑区域)。
You should not move the world. Instead, try moving the "camera" (clip area) accordingly with the game character.
尝试以下操作:在touchesEnd方法中:
Try following: in touchesEnd Method: