Differences between revisions 7 and 8
Revision 7 as of 2015-05-06 11:15:24
Size: 625
Editor: localhost
Comment: converted to 1.6 markup
Revision 8 as of 2016-05-17 16:40:02
Size: 664
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from view_shape.e

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

  •   'view'  1024   1024   8
        * Filename, filesize and bit length
      1500  40  40
        * Some essence of stretch
      -1   0   0
      0   0   -1
      0  -1   0
    
     -1   3   0
        * Sun position
      0   50000  0
        *  Point of view, distance from object

Output

  • The output image in pgm format
  • Name: view.pgm (or as described in geometry.in)

view_shape.png


CategoryPrograms

view_shape (last edited 2020-10-21 12:04:56 by EricPalmer)