Game Development Community

Invisible terrain??

by Myke Canfield · in Torque Game Engine · 04/03/2007 (12:54 pm) · 2 replies

I'm using TGE 1.5. Is it possible to have invisible terrain? If so, how would I go about doing this? I've searched around a little bit but everything I've found has been pretty old, but it is possible I may have missed it. Any help would be great.
Thanks.

About the author

Recent Threads


#1
04/03/2007 (2:09 pm)
If you do a quick search, it brings up a number of threads on the subject that might help you out.
#2
04/03/2007 (2:58 pm)
This is actually quite easy.

Take a look at terrData.c and terrRender.c. You can modify the mEmptySquare/mCollideEmpty code to get invisible terrain. Easy.