home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / amiga / demos / ftrngls1.lha / ftriangles.readme < prev   
Text File  |  1993-11-09  |  953b  |  28 lines

  1. Hi.
  2.  
  3. This is the second in a series of Stupid Picasso Tricks. ftriangles 1.0 displays
  4. random Gouraud-shaded triangles on a 24-bit 640x480 Picasso II screen.
  5.  
  6. It takes one parameter, the number of triangles to display.  The default is 10.
  7. You can safely run it with a very large number, as in 'ftriangles 1000000', and
  8. abort it when bored.  Any mouse click or key should cause it to exit after the
  9. current triangle completes.
  10.  
  11. If you feed it a negative number, such as -100, it will run in performance test
  12. mode.  In this mode, it may not be aborted.  To get results which may be fairly
  13. compared, you should leave the Picasso screen in front until it's done.
  14.  
  15. Here are some performance results from my A4000/040:
  16.  
  17.     ftriangles -100
  18.     drew 100 triangles in 27 seconds, performance of 3.70 triangles/second
  19.  
  20.     ftriangles -500
  21.     drew 500 triangles in 131 seconds, performance of 3.82 triangles/second
  22.  
  23. Have fun!
  24. _john
  25.  
  26. grieggs@netcom.com
  27. johng@shell.portal.com
  28.