home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / RandPoly.README < prev    next >
Encoding:
Text File  |  1990-02-21  |  714 b   |  14 lines

  1. RandPoly
  2.  
  3. RandPoly is a simple program provided as an example to new programmers on the NeXT machine.  It is not intended as an example of graphics speed, and makes little attempt at drawing as fast as possible.
  4.  
  5. The basic idea is to draw polygons continuously, while allowing any other events to be handled.  If Alpha is enabled, each polygon is drawn first into a bitmap, and then composited on the the screen using the SOVER compositing  operation.  This allows for the transparency you see at alpha values less than one (1.0 is opaque).
  6.  
  7.  
  8. Carl F. Sutter
  9. Academic Software Development Consultant
  10. University of Southern California
  11. University Computing Services
  12. (213) 743-3826   sutter@ozone.usc.edu (NeXT mail)
  13.  
  14.