gce.tga --- made with this command line:
dempov gce.dem gce.tga 0 1 .6 -548 0
not saying that's right, just a random test.


 /// dempov .dem .tga 0 1 .5 0 -normalize vertical scale .5
 /// dempov .dem .tga 0 0 15 0 set Vertical scale 15, hfBias = -elevBounds[0]
                 ///  0 0 1 0 0 would be vScale 1, set bias to 0
                 ///  0 1 1 .5 0 -normalize, vScale 1, bias .5

:: 0 0 15 0

 0 all
 0 or 1 normalize
 15 verticalScale - 
 [ bias -min_elevation ] optional
 0 default elevation/edge stuff ?

after 2 filenames,
use 4 or 5 parameters or none.
http://www.webgis.com/terr_us1deg.html



v3 SORTER for Mirc, ungraded more friendly.
no way anyone could easily use v2. what's going on.

; Set your personal deminit function vars.
; Status Menu Call - DEM Initialize, or program has defaults.
; Project Name is auto set to a file name if you dont set %proj.

  ; /////////// location vars //////////// start xz at 0
  var %min_lat = 42.998056
  var %min_lon = 78.5
  ; abs(longitude) backwards for East Lon. $degreeslat()
  ; how many divisions of one degree - for xz place ints
  var %Xmult = 9
  var %Ymult = 8
  ; auto set:
  ; %min_lat %min_lon
  ; EAST/WEST %x * -1 for South Lat, %y * -1 for East Lon
  ; //////////////////////////////////////////

