Building Particle Systems?
by Dusty Monk · in Torque Game Engine · 08/02/2006 (7:21 am) · 4 replies
Hey folks I was just curious what you guys are using to build particle systems? Right now I'm in the process of moving all my datablock definitions to distinct files, and I'm realizing there's a ton of parameters in the SFX files, as well as parameters for the emitters and particles themselves that I'm desparately going to need a visualizer for. I've combed the products page and the forums, but haven't seen any direct discussions about how people are building and visualizing particle systems.
Thoughts?
(my apologies if this is inappropriately posted)
D
Thoughts?
(my apologies if this is inappropriately posted)
D
About the author
Dusty Monk is founder and president of Windstorm Studios, an independant game studio. Formerly a sr. programmer at Ensemble Studios, Dusty has worked on AAA titles such as Age of Empires II & III, and Halo Wars.
Torque Owner Tim Heldna
Unfortunately in version 1.4 of Torque this editor was broken.
It's a minor fix though:
Open creator/editor/particleEditor.cs and change:
exec("common/editor/ParticleEditor.gui");toexec("creator/editor/ParticleEditor.gui");Hit F5 within the world editor to open the particle editor.
- Tim