Game Development Community

importing a heightmap

by Dr. John Nobody · in Torque Game Engine · 10/23/2002 (4:51 am) · 2 replies

hey guys, got a quick question, I have recently been fixing up my terrains by exporting the heightmap as a bitmap and modifying it in an art program, now I am interested in importing the image back into torque as a heightmap. Unfortunately I cannot seem to find the option in the editor that does this, does anyone know where it is? (I'm assuming there is one, why else would their be an exporter for the heightmap?)

#1
10/23/2002 (5:09 am)
Make the directory example/common/editor/heightScripts
(it wont exist by default)
and put your png file in there.
:)
#2
10/23/2002 (5:13 am)
ah, I thank you kind sir