Author Topic: Create particles  (Read 2366 times)

Offline SVat

  • byte
  • *
  • Posts: 3
    • View Profile
Create particles
« 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!

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Create particles
« Reply #1 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

Offline SVat

  • byte
  • *
  • Posts: 3
    • View Profile
Re: Create particles
« Reply #2 on: October 28, 2014, 06:41:29 pm »
Ok, thank you. I found the source code: http://jpct.de/download/AlienRunner-AE.zip  :)