Game Development Community

Terrain Question

by Josh Stamey · in Torque Game Engine · 03/28/2003 (8:31 pm) · 1 replies

I've searched the forum and havent quite found the answer for this question so far. Is it possible, for instance, to make a "cave" with the terrain or possibly place a structure in the side of a hill? Kinda like having a base built into the side of a mountain, for instance?

About the author

Recent Threads


#1
03/28/2003 (8:35 pm)
Yes, it is possible to make a cave, but you'll have to use a shape or preferrable an interior to do it. The terrain supports only a single level (i.e. not dual level as would be required by a cave) format. Also, terrain is not visible from below, so don't just make a hole and use an interior as the floor. That won't work.

I think I have more on this here

-Ed