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!
Asked
Active
Viewed 919 times
1 Answers
0
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.
Hopefully this gets you started with how to apply CCParticleSystem nodes onto your RTT.

Loic Argelies
- 561
- 3
- 13
-
glad it helped! feel free to accept the answer if that resolved your question. – Loic Argelies Oct 22 '12 at 06:41