Game Development Reference
In-Depth Information
How it works...
A ParticleEmitter can be described as a cheap way to draw many identical or near-identical
bitmaps. Particle Emitters have a single mesh that stores all its particles. As opposed to
drawing each particle individually, it renders them all at once. This is considerably cheaper.
The drawback is, of course, that they all look the same.
Search WWH ::




Custom Search