www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: SVat on October 28, 2014, 02:53:40 pm

Title: Create particles
Post by: SVat on October 28, 2014, 02:53:40 pm
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!
Title: Re: Create particles
Post by: EgonOlsen on October 28, 2014, 04:27:50 pm
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
Title: Re: Create particles
Post by: SVat on October 28, 2014, 06:41:29 pm
Ok, thank you. I found the source code: http://jpct.de/download/AlienRunner-AE.zip (http://jpct.de/download/AlienRunner-AE.zip)  :)