Game Development Community

Space done with torque - Terrain

by Bryan Rayner · in Torque Game Engine · 05/22/2006 (6:24 pm) · 2 replies

Would it be possible to remove the terrain in torque? (only in specific missions) Or would the best thing to do be to put a space texture on the terrain, then make it impossible to go so far down. (like make a "if z < 400 then z= 400 thing) Any one done this before? Is it even possible?

#1
05/22/2006 (6:34 pm)
It's no problem, many Torque games don't use it. Just remove the terrain definition from the .mis files you don't want it in.
#2
05/25/2006 (6:24 pm)
Ya thats what i did. It worked great. Also saved on some polys.