Bullet tracers
by Ian Roach · in Torque Game Engine · 08/28/2006 (8:21 am) · 7 replies
Hey guys, just wondering if anyone has working bullet tracers ?
Ive implemented this resource :
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=6116
however bullet tracers still dont appear. anyone know if this works in torque 1.4
Ive implemented this resource :
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=6116
however bullet tracers still dont appear. anyone know if this works in torque 1.4
About the author
#3
The third idea, and more simplistic, is to just make the projectile look like a tracer! LOL no code necessary, and works great.
08/28/2006 (8:45 am)
Yeah the first resource is terribly ugly, but the second gives you better results if you model/texture correctly. The third idea, and more simplistic, is to just make the projectile look like a tracer! LOL no code necessary, and works great.
#4
08/28/2006 (5:13 pm)
Chris - what settings did you use to achieve that ?
#5

Gives an appearance from nearly all angles of a real nice tracer, and is how most games do it (Same way you'd make the ones in the second resource).
08/28/2006 (5:26 pm)
I just modelled four really long faces arranged in a "+" shape, each of the faces showing outward, with the same translucent flame-ish image on each. Gives an appearance from nearly all angles of a real nice tracer, and is how most games do it (Same way you'd make the ones in the second resource).
#6
08/28/2006 (5:32 pm)
If you do this in the 3rd person, don't you get a trace appearing going through the gun and the person?
#7
08/28/2006 (6:54 pm)
This is why this is so much better than other methods. You simply model the tracer to have one end at the origin and extend outward, not have the mesh centered in the origin. This way it spawns already in front of the muzzle even if you have 100% no latency whatsoever. No sticking through yourself or the weapon.
Torque Owner Tim Heldna
Try this one. It's a lot more flexible and looks beautiful:
3d Mesh Line Tracers for Torque