home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / IRIT / POLY3DS.ZIP / UPDATE.NEW < prev    next >
Encoding:
Text File  |  1990-05-05  |  1.4 KB  |  38 lines

  1. Version 2.2
  2. -----------
  3. 1. New -c flag has been added (ClosedObject in config file) to signal closed
  4.    object. In closed object each edge is shared by two polygon, and is
  5.    therefore drawn twice. If -c is specified the edge is drawon only once
  6.    and therefore can speed drawing by up to factor of 2. Note the polygons
  7.    are assumed to be well oriented so that the shared edges are in reverse
  8.    direction.
  9. 2. New -N and -n flags: polygon and vertices normal display if data has them
  10.    defines.
  11.  
  12. Version 2.1
  13. -----------
  14. 1. Save gif now support the EGA/VGA modes (actually a change in the gif_lib
  15.    library).
  16. 2. Ability to dump PostScript file as well.
  17. 3. PostScript/Matrix/GIF files are now saved with incremental singal digit
  18.    file names. This means that 10 unique files can be saved simultanuously.
  19.  
  20. Version 2.0
  21. -----------
  22. 1. A new keyword (POINTLIST) has been added. This structure is the same
  23.    as POLYLINE but only vertices points are drawn.
  24. 2. Program has been ported to Unix system and compiled under:
  25.    a. BSD4.3, using gcc
  26.    b. Iris 4d, Irix 3.2, using cc.
  27.    Program behaves the same on the unix environment, but the GIF output is
  28.    not supported there.
  29.  
  30. Version 1.2
  31. -----------
  32. 1. EGA display device improved (slow mouse, wierd colors, etc.).
  33. 2. Warnings will stop only at file with error, instead of on every file.
  34.  
  35. Version 1.1
  36. -----------
  37. 1. Image can be saved as a GIF file.
  38.