Create particles

Started by SVat, October 28, 2014, 02:53:40 PM

Previous topic - Next topic

SVat

Hello! Sorry for my English, i use google translate.
Please help to create particles in jpct-game. Perhaps there is some classes for this?
I am interested in the creation of smoke, fire, explosion.
Thanks!

EgonOlsen

There's no built-in class for that, but it's not so hard to find some example implementations. Try to google for jPCT ParticleManager or search for my AlienRunner sources. They contain a simple ParticleManager implementation

SVat