How to move water in iphone cocos2d?(如何在 iphone cocos2d 中移动水?)
问题描述
我正在尝试创建一个与 iBeer 非常相似的应用程序我想填充 iphone来自虚拟水,可以摇晃它使其产生气泡吗?我试图搜索任何类似的代码示例,因为我对 cocos2d 很陌生,但我不能.我想知道我该怎么做?任何有用的链接?我必须使用花栗鼠或其他任何东西吗?
I am trying to create an application very similar to iBeer I want to fill iphone from virtual water and can shake it so it produce bubbles? I tried to search any similar example of code as I am very new to cocos2d but I can't. I wanna know how can I do this? Any helpful links? Do I have to use chipmunk or anything else?
谢谢玛尼
推荐答案
Cocos 2D 主要用于展示 sprite 粒子和其他视觉效果
Cocos 2D mainly serves to display sprites particules and otehr visual effects
它的实际物理由 Chipmunk 处理.
The actual physics of it are handled by Chipmunk.
花栗鼠与其说是一个流体引擎,但只要有足够的小物体,你就可以近似于 iBeer 之类的东西.
chipmunk is not so much a fluid engine but given enough small objects you can aproximate something like iBeer.
我记得看过一个花栗鼠的视频演示.
I remember seeing a video demo of chipmunk that did it.
我从来没有对花栗鼠做过类似的事情,但请尝试在官方论坛上询问
I'm never did something close to that with chipmunk but try asking on the offcial forum
http://www.slembcke.net/forums/viewforum.php?f=1
他们帮了我很多,花栗鼠 (scott) 的作者非常积极和乐于助人.
they helped me out a lot and the author of chipmunk (scott) is very reactive and helpful.
这篇关于如何在 iphone cocos2d 中移动水?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 iphone cocos2d 中移动水?
基础教程推荐
- Android:对话框关闭而不调用关闭 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01