Game Development Community

Can you stop the terrain from looping?

by Sean Brockest · in General Discussion · 02/24/2007 (10:35 am) · 5 replies

I've got a zone i'm designing that goes through a pretty steep change in elevation from one side to the other (mountainous terrain)

The problem is that on the low elevation side, i can see the high elevation side behind me.

#2
02/24/2007 (10:52 am)
Wow, that's a lot of editing to turn off something that some consider a "feature" :)

Thanks, i was looking, but i'm horrible with keyword searching.
#3
02/24/2007 (11:52 am)
You can keep the terrain from repeating using the "tile" property of the terrain object. set it to 0 if you dont want the terrain to tile and instead want the world to end at an ugly edge.
#4
02/24/2007 (1:53 pm)
Hmmm.... I was still thinking in TGE 1.3 then
#5
02/24/2007 (4:42 pm)
Oh! that's much better, thanks Sean H.

Vincent, thanks for the legwork anyway, your answer was still valid :)