Game Development Community

Set clear on terrain

by Kevin Lee · in Torque Game Engine · 05/29/2007 (7:51 pm) · 1 replies

I have been trying to make a hole in the terrain so I can put in a basement to my build, but everytime I use the set clear on the terrain it won't remove all the terrain area. Some of the edges are still visible and I fall through the terrain. Is there a way that I can use the brush size of 1 and use the set clear to clear away just that one spot?

#1
05/30/2007 (12:54 am)
Your limited to your terrain size, default is 8... so each square of the terrain is 8 meters by 8 meters... no more not less.

if you have edges around your building that you can see through, you will have to modify the dif file to cover those spots... or decrease the size of your terrain (this will also make the terrain block itself smaller)