Game Development Community

Wireframe for one object?

by CodingChris · in Torque Game Engine · 01/05/2007 (1:21 pm) · 2 replies

Hi,
is it possible to show/set one(or more) object(s) wireframe during the game is running?
Hope for help.

#1
01/05/2007 (1:35 pm)
If the object is a dts object, you could build the object in the 3d program of your choice to be 2 sided and then swap textures on it to a wireframe texture.

or

If the object is a dif then maybe check out this resource for rendering interiors http://holodeck.st.usm.edu/vrcomputing/vrc_t/tutorials/editing/

It would be some work but at least your not starting from scratch :D
#2
01/05/2007 (11:48 pm)
And if I could not open the shapes in a editor?