home *** CD-ROM | disk | FTP | other *** search
/ More Insanity: Totally Insane 2 / totally_insane_ii.iso / src / BackingStore / README < prev   
Encoding:
Text File  |  1997-05-29  |  816 b   |  18 lines

  1. Backing store example
  2.  
  3. This is a simple example of the use of pbuffers to implement backing store.
  4. Single buffering is used in this example, which can be easly extended for
  5. double buffering. This technique has been used in a commercial CAD application.
  6.  
  7. This example was developed for O2.
  8.  
  9. The supplied Makefile can be used on IRIX revisions 6.2 and greater.
  10.  
  11. This example draws hidden line removed cubes with an optional delay for
  12. each cube face. The delay is to make the difference between drawing
  13. and backing store recovery more visible. To run this example, simply type
  14. "backingstore [d]", where d is an optional integer which controls the number
  15. of cubes. Initially, hidden line removal is off and delay is on. "h" toggles
  16. hidden line removal and "d" toggles the delay. The cubes can be rotated
  17. with the mouse.
  18.