Game Development Community

Particles

by Col. for Creative Studies (#0001 · in Torque Game Engine · 04/12/2006 (8:26 am) · 3 replies

Ok, so I've looked into particles a little, but I have yet to find anything about exporting/importing particles from Maya into Torque. Does anyone know of a Thread/Tutorial that goes over the use of particles in Torque...?

Thanks in advance!

-Justin

#1
04/12/2006 (8:36 am)
Have you tried the TDN?
#2
04/12/2006 (9:03 am)
Yea, none of the documentation for Partilces has been created....
#3
04/12/2006 (9:13 am)
Justin,

Particles are created using datablocks/particle emmiters.
All is done in code or with the particle editor inside TGE(F5).

No exporter exports particles, only DTS meshes(that can be used in a datablock for a particle emmiter) or DIF.

Hope it helps