Particle and Physics for a Fireball Move (JME 3)

Hallo

I would like to implement a fireball. but I have a problem with the movement of the ball.

if I move the ball in simpleupdate () with Fireball.setLocalTranslation (0, X, 0) . (Fireball is a ParticleEmitter )

then it does not look so good. you realize that you are moving the ball gradually. !! (although the steps are small)



Therefore I would like to combine a particle with an Irishman physical object may !!!

perhaps a sphere with a fiery special surface!! ?? then I can move it from point A to B without using SimpleUpadte

Does anyone know how I can make it?



Thank you



Ramon