如何在我的项目中向 Cocos2d-Box2d 添加一个类。
我想在我的应用程序中使用一个 box2d 类 b2loopShape,但它不再包含在 box2d 中。我找到了该类的副本,但是当我尝试将其添加到我的项目中时,我收到了 45 个错误。任何说明建议将不胜感激。
There is a box2d class b2loopShape that I want to use in my app but it is not included in box2d any longer. I found a copy of the class but when I try to add it to my project I get like 45 errors. Any suggestions of intructions would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
唯一可靠的方法是使用也包含该类的最新 Box2D 版本。 此处,我看到它是2.1.0版本(但我不能保证)。版本 2.0.1 可以作为 zip 文件下载,否则您应该使用 svn checkout。
You only reliable way you have to do that is using the last Box2D version that also included that class. Here, I see that it was version 2.1.0 (but I cannot guarantee it). Version 2.0.1 is available for download as a zip file, otherwise you should use svn checkout.