CCCamera使用问题

发布于 2024-10-04 07:16:06 字数 173 浏览 3 评论 0原文

我将从事一个游戏项目。我用的是cocos2d。我想使用cocos2d的cccamera类。请告诉我有关 cccamera 的任何教程。我想或多或少地像愤怒的小鸟一样,将到达目的地的球扔向路上的障碍物。 因此,当球向前移动时,场景会根据球的速度相应地向后移动。 如何管理这一切。我想我应该使用cccamera。

谢谢。

I am going to work on a game project. I am using cocos2d. I want to use cccamera class of cocos2d. Please tell me about any tutorial on cccamera. I want to implement more or less like angry birds, throwing the ball that reaches its destination facing the obstacles in the way.
So when the ball moves ahead the scene accordingly moves back depending on speed of the ball.
How to manage all that. I think i should use cccamera.

Thanx.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

若言繁花未落 2024-10-11 07:16:06

CCCamera,根据文档用于 3D 效果(http://www.cocos2d-iphone.org/api-ref/latest-stable/interface_c_c_camera.html)并建议使用 CCFollow(http://www.cocos2d- iphone.org/api-ref/latest-stable/interface_c_c_follow.html)用于 2D 相关效果(例如跟随小鸟前进等)。

CCCamera, per the documentation is used for 3D effects (http://www.cocos2d-iphone.org/api-ref/latest-stable/interface_c_c_camera.html) and recommends the use of CCFollow (http://www.cocos2d-iphone.org/api-ref/latest-stable/interface_c_c_follow.html) for 2D related effects (such as following the birds forward, etc).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文