Vehicle particle emitters?
by Very Interactive Person · in Torque Game Engine · 07/23/2004 (10:13 am) · 7 replies
I'm having some problems with vehicle particle emitters:
-The damage emitter (wheeled vehicle) always seems to take the center or some other random position on my model. It ignores the smoke_Node. Am I right this is a code problem? or am i doing something wrong in the model (i doubt it).
-Jet and contrail emitters don't work on a wheeled vehicle, am i right? If i'm right about this, would it be hard to add that functionality in? I would love to have some exhaust fumes etc.
-The damage emitter (wheeled vehicle) always seems to take the center or some other random position on my model. It ignores the smoke_Node. Am I right this is a code problem? or am i doing something wrong in the model (i doubt it).
-Jet and contrail emitters don't work on a wheeled vehicle, am i right? If i'm right about this, would it be hard to add that functionality in? I would love to have some exhaust fumes etc.
#2
07/23/2004 (12:04 pm)
You can set the offset(s) for your emitters in your datablock.
#3
07/23/2004 (1:02 pm)
The offsets don't seem to work either, sometimes it really screws up (like it just takes a random position, even meters away from the car)... btw, I called it smoke_node0, also tried smoke_Node1
#4
I.E The smoke node is in the right place, but your rendering is not..
07/23/2004 (1:17 pm)
Could this not be something to do with interpoltation issues that wheeled vehicles have atm?I.E The smoke node is in the right place, but your rendering is not..
#5
08/25/2004 (9:36 am)
Did you design your vehicle so it is centered at 0,0,0 in Milkshape? I've had placement problems related to that before.. My car's wheels were offset and I coudln't figure it out for days.
#7
10/06/2004 (4:25 pm)
Hey! Just added some partlcle emitters for my vehicle. My game will freeze after a short time when the particle emitter is activated. It happens on bot the light and heavy state. Any ideas on why this could be happening? My setup is similar to Anthony's.
Torque Owner Sven "RaCooN" Knie
(Not sure if this matters, but sometimes the little things are the problem)