Game Development Community

Quick Terrain Question

by Michael Vanderpool · in Torque Game Engine · 08/12/2007 (2:33 am) · 2 replies

Hello. I have a quick question about the terrain. I seem to be having a slightly hard time trying to make the terrain evenly flat, What is the quickest way to flatten the terrain and make it even?

Michael

#1
08/12/2007 (3:10 am)
There are a few ways you can do this.

  • Open the "Terrain Terraform Editor" (F11 -> F7) and choose a "Filter" operation type. Set it to only use 2 control points and drag the points so that they are arranged in a straight line at the centre of the graph, hit apply.

  • [li]Select the "Bitmap" operation and import in a flat heightmap that you have created externally, save it as a PNG file.
    #2
    08/12/2007 (3:38 am)
    Thank you very much.

    Mike