home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 2101.dms / in.adf / DOCS / DEM_FileSpec.DOC < prev    next >
Encoding:
Text File  |  1992-07-18  |  1.6 KB  |  41 lines

  1. ******************************************************************************
  2. *                                                                            *
  3. *     *****  *****  *****  *****  *****  *****  *****  *****  *****          *
  4. *     *      *  *   *   *  *      *      *      *   *  *   *  *              *
  5. *     *      * *    *   *  *      *      *      *   *  *   *  *              *
  6. *     ***    **     *****  *      *****  *      *****  *****  ***            *
  7. *     *      * *    *   *  *          *  *      *   *  *      *              *
  8. *     *      *  *   *   *  *****  *****  *****  *   *  *      *****          *
  9. *                                                                            *
  10. *                          3D Modeler Version 1.2                            *
  11. *                                                                            *
  12. ******************************************************************************
  13.  
  14.  
  15.  DEM file format specifications
  16.  ------------------------------
  17.  
  18.  These are the file format specs for the Fracscape DEM format. Note that
  19. it is not in any way compatible with the Vista DEM format.
  20.  It uses floatpoints because of original specifications for 
  21. the Fracscape Project.
  22.  
  23.  
  24.  This is really silly. I didn't include any form of file header or anything.
  25. still. Here it is in something like a Modula 2 structure :
  26.  
  27.  
  28.  
  29.     DEM_File =
  30.                        dem_width : FLOAT
  31.                        dem_length: FLOAT
  32.                        Lattice   : ARRAY[dem_width][dem_height] of FLOAT
  33.  
  34.  
  35.       where FLOAT is a 4 byte iee single precision float point.
  36.  
  37.  
  38.                      Convert those surveys !         
  39.  
  40.  
  41.