Hi guys,
In JMEv2.0, I want to make explosion effect. I made this effect successful with JMEv1.0!
But v2.0, it doesn't display!
Particle data files are not compatible between jme1 and 2.
I tried to use ExplosionFactory class to make another explosion effect, but not work. Does ExplosionFactory class work?
Sure⦠see TestPongCool which uses it just fine.
Thanks Renanse;
I solved that problem.