Game Development Community

Particles list?

by Howard Dortch · in Torque Game Engine · 11/22/2006 (8:06 am) · 2 replies

Been diggin through the particle code and dont see a way to add particle emitter to another emitter. I have an object that moves and a particle emitter attached. I would like to attach another emitter to the first one as in fire to smoke.

#1
11/22/2006 (9:22 am)
Particles are in three parts.

The node. The emitter, and the particle to use.

If you want an easy way to use two particle images, use TAB in the emitters "Particle" field

IE: ParticleOneName TAB ParticleTwoName

(Disclaimer, i did this all from memory, with only one cup of coffee)
#2
11/22/2006 (9:24 am)
How did you mount a emitter?