view_shape.e
The generates a point-of-view image of the shape model.
Input - files
- Shapefiles - filename given as stdin
- geometry.in
Input - geometry.in
= image_map_mono.e = What this program does === Input - files === * Bigmap - filename given as stdin * PICTFILES - === Input - stdin === ! No prompt is given for the name of the bigmap * A 6 character filename of a bigmap (which needs to be in ./MAPFILES). The program will append the required suffix "MAP" itself. * The program asks for slant angle. 0 is straight down. I assume it from 0 to 90 degrees. {{{ 'view' 1024 1024 8 1500 40 40 -1 0 0 0 0 -1 0 -1 0 -1 3 0 0 50000 0
Output
- An image that represents the shape file
- Name: view.pgm
attachment:view_shape.png
- }}}
Output
- An output image, view.pgm
attachment:image_view_mono.png