Game Development Community

How to make a trigger visible?

by Tim Hutcheson · in Torque Game Engine · 01/24/2006 (9:48 am) · 1 replies

Can anybody give me a heads up on how to make a trigger polyhedron show up in game (as in the editor GUI)? Can't seem to find a setVisible() fucntion for this.

#1
02/10/2006 (12:51 am)
Check the onRender(); functions in-engine. There's a few examples on the forums as well.