home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / DIFFE~_C < prev    next >
Text File  |  2000-02-11  |  2KB  |  50 lines

  1. VOGLE 1.3.0 has the following differences from 1.2.3
  2.  
  3. There are new Hershey text justification routines.
  4. There is now a facility for general linestyles.
  5. There is now a colour postscript driver (I dunno why there wasn't
  6. always one!).
  7.  
  8. VOGLE 1.2.3 has the following differences from 1.2.2
  9.  
  10. You can now specify an X11 toolkit window for vogle to draw into.
  11.  
  12. VOGLE 1.2.2 has the following differences from 1.2.1
  13.  
  14. A "syncing" function has been added. On devices such as X11 and NeXT
  15. the display is not automatically Syncronized after each primitive is
  16. drawn, rather it is done after completion of whole sets of primitives.
  17. Eg. patches and objects - a sync is done only after the while thing has
  18. been drawn - not after each draw within the patch or object.
  19.  
  20. VOGLE 1.2.1 has the following differences from 1.2
  21.  
  22. There is now a SUN Pascal interface.
  23.  
  24. VOGLE 1.2 has the following differences from 1.1
  25.  
  26. Library:
  27.     Speed up the transforms by directly (in place) multipling
  28.     maticies on the top of the stack.
  29.  
  30. VOGLE 1.1 has the following differences from 1.0:
  31.  
  32. Drivers:
  33.     These have been extended to incorporate double
  34.     buffering, the X11 driver should now work
  35.     under anything (exception a dec workstation
  36.     use decX11), the sun driver refreshes the window
  37.     if it erased.
  38.  
  39. Library:
  40.     Routines for doing backfacing, doublebuffering,
  41.     positioning and sizing of windows (where it is allowed),
  42.     getting info about the screen aspect ratio, specifying
  43.     a world up vector, reading in a string of input have
  44.     been added (it is best to look at the manual page for
  45.     these).
  46.  
  47. Examples:
  48.     There are some new examples demonstrating, position
  49.     calls, backfacing, and doublebuffering.
  50.