How to display particles on android?
I'm writing a opengl es program (NDK) on andr开发者_开发技巧oid and I need render some particles. Could anyone tell me how to display particles on android? Thanks!
Hey , See this, Building a particle system on Android http://androgeek.info/?p=331
I would use Point Sprites.
精彩评论