home *** CD-ROM | disk | FTP | other *** search
- ******************************************************************************
- * *
- * ***** ***** ***** ***** ***** ***** ***** ***** ***** *
- * * * * * * * * * * * * * * *
- * * * * * * * * * * * * * * *
- * *** ** ***** * ***** * ***** ***** *** *
- * * * * * * * * * * * * * *
- * * * * * * ***** ***** ***** * * * ***** *
- * *
- * 3D Modeler Version 1.2 *
- * *
- ******************************************************************************
-
-
- DEM file format specifications
- ------------------------------
-
- These are the file format specs for the Fracscape DEM format. Note that
- it is not in any way compatible with the Vista DEM format.
- It uses floatpoints because of original specifications for
- the Fracscape Project.
-
-
- This is really silly. I didn't include any form of file header or anything.
- still. Here it is in something like a Modula 2 structure :
-
-
-
- DEM_File =
- dem_width : FLOAT
- dem_length: FLOAT
- Lattice : ARRAY[dem_width][dem_height] of FLOAT
-
-
- where FLOAT is a 4 byte iee single precision float point.
-
-
- Convert those surveys !
-
-
-