iPhone 2.5D 代码示例
我正在寻找使用 2.5D 图形进行 iPhone 开发的代码示例。有人有资源可以分享吗?
I'm looking for code samples that use 2.5D graphic for iPhone development. Anyone has some resources to share with?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于代码示例,您可能想查看 Apress 的 cocos2d 书籍。第 11 章涉及创建等距使用图块地图的“2.5d”游戏,这听起来像是您正在寻找的。
Objective-C 源代码可从产品页面获取,但这本书本身非常值得购买和阅读。
For code samples, you might like to check out the cocos2d book from Apress. Chapter 11 deals with creating isometric '2.5d' games using tilemaps, which sounds like what you're looking for.
The Objective-C source code is available from the product page, but the book itself is well worth purchasing and reading.