Particles
by Howard Dortch · in Torque Game Engine · 05/15/2004 (5:39 am) · 4 replies
I notice in the particle class there is a velocity but no direction vector. Is the windCoefficient the only affector for direction of say rising smoke? If so, where is the wind direction set?
#2
05/15/2004 (6:30 am)
AFAIK the wind direction is set in the sky datablock in the mission file. Something like 'windVelocity = "0.1 0.1 0";'.
#3
05/15/2004 (6:40 am)
Particle windCoefficient is the % wind veloscity you want to apply to a particle, the max being the sky windVelocity setting.
#4
05/16/2004 (8:09 am)
Found it, thanks
Torque Owner Stefan Lundmark