[SOLVED] Particle Emitters like fire and smoke not scaled with its parent

Particle Emitters like fire and smoke not scaled with its parent.
how can I scale fire and smoke?

particleemitter.setWorld(false);
or something like that should probably do it.

1 Like

thanks.
solved by calling this method: ParticleEmitter.setInWorldSpace(false);

1 Like