Game Development Community

How to smooth the Terrain?

by Jaren Watkins · in Torque Game Engine · 09/13/2008 (3:42 pm) · 3 replies

I would like to know if you can smooth the Terrain and get rid of the nasty vertices sticking out of the terrain. There like points all over.

#1
09/13/2008 (5:56 pm)
It is impossible to perfectly 'smooth' the terrain. But you CAN make it more detailed.

You can make the terrain tiles smaller, which will then make the vertices fewer and fewer.
#2
09/13/2008 (6:01 pm)
Or you can look at the "brush" command in the terrain editor and set it to "smooth".
#3
09/13/2008 (8:55 pm)
K how do you make the terrain tiles smaller?