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 中移动水?
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01