Statercul
Statercul

Reputation: 13

How to make a Grid3D_Gas_Controls_Emitter react to motion

When rotating the emitter, the particles move with it, instead of remaining behindFlamethrower emmiter

and I'm looking for an effect like this when rotating it.

I tried copying the "Actor Motion" from the Grid3D_Gas_Master_Emitter, placing it in the gas control emitter, and fixing the issues, expecting a something like this but, the particle system didn't show up.

Upvotes: 0

Views: 46

Answers (1)

Marc Johnson
Marc Johnson

Reputation: 1

In something like Grid3D_Gas_Master_Emitter, look in the Emitter Update section for "Compensate For Actor Motion" and give it a blue check. So if you move the emitter source, it will act more like motion affected it.

There might be some influence of using "localspace" versus System as well -- I think that might be necessary if you put smoke or flame coming out of say a rocket. That's just updating the source of the output, and would not necessarily act like a flame thrower in a dynamic fashion without the Compensate for Actor Motion check.

Upvotes: 0

Related Questions