cocos2d ios游戏中的粒子效果
我是在cocos2d中开发游戏的新手,我在游戏中使用CCRenderTexture类。这个类支持粒子效果吗?我现在有一个粒子效果,我希望它在我定义的 CCRenderTexture 中实现。有没有人可以分享一些相关的文档或代码,或者您对此的看法?谢谢!
I am a new hand in developing game in cocos2d, and I use the class CCRenderTexture in my game. Does this class support particle effects? I now have a particle effect, and I want to it to be implemented in a CCRenderTexture I defined. Is there anybody that can share some related documents or code, or your opinion on it? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
乐于助人的 Steffen Itterheim 编写了一篇出色的教程,其中包含有关 CCRenderTexture 多种用法的示例,包括如何使用开始/访问/结束在其上渲染节点。
http://www.learn-cocos2d.com/2011/12/how-to-use-ccrendertexture-motion-blur-screenshots-drawing-sketches/
希望这可以帮助您开始如何将 CCParticleSystem 节点应用到 RTT 上。
The ever helpful Steffen Itterheim wrote an excellent tutorial with examples on multiple usages of CCRenderTexture, including how to render nodes onto it using begin/visit/end.
http://www.learn-cocos2d.com/2011/12/how-to-use-ccrendertexture-motion-blur-screenshots-drawing-sketches/
Hopefully this gets you started with how to apply CCParticleSystem nodes onto your RTT.