behind actor
igpxnaruto4
Member Posts: 81
anybody know how to make particles spawn behind an actor? like if a car is burning and moving, i want the fire to be behind the car but now, it is in the front, so how would i do this?
mantas
mantas
Comments
You could spawn this actor behind your current actor.
If it's moving, then you can constrain the particle actor to the car actor.
OR, you can tweak it a bit so that the smoke comes out directly above where it's supposed to. What I mean by this is make the offset like -5 on the X-axis or something like that so it's coming out from behind the car actor...