Game Development Community

Disabling particle trail from projectile?

by Jeff Wilkinson · in Torque Game Engine · 02/18/2005 (8:48 pm) · 2 replies

I have tried to disable the particle trail from the projectile by modifing the lifetimeMS but it still shows it. I am just wondering if have missed how to disable it?

Also I was reading somewhere on the site where it says that the projectile model dose not show now is that true?

#1
02/18/2005 (10:20 pm)
Just comment out the line that define the particle emitters, and they won't show. lifeTimeMs is the life time of the projectile in miliseconds.
#2
02/20/2005 (3:34 pm)
Just tried it out and it worked like a charm thank you so much.