home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / ipl / incl / lshade.icn < prev    next >
Text File  |  2000-07-29  |  738b  |  31 lines

  1. ############################################################################
  2. #
  3. #    File:     lshade.icn
  4. #
  5. #    Subject:  Definitions for VRML 1.0 ornament
  6. #
  7. #    Author:   Ralph E. Griswold
  8. #
  9. #    Date:     July 27, 1997
  10. #
  11. ############################################################################
  12. #
  13. #  This file is in the public domain.
  14. #
  15. ############################################################################
  16. #
  17. #  This VRML object is a kind of lampshade.
  18. #
  19. ############################################################################
  20.  
  21.    Separator([                #. VRML 1.0 lampshade
  22.       Cone(10.0, 1.0),
  23.       Cone(9.0, 2.0),
  24.       Cone(8.0, 3.0),
  25.       Cone(7.0, 4.0),
  26.       Cone(6.0, 5.0),
  27.       Cone(5.0, 6.0),
  28.       Cone(4.0, 7.0)
  29.       ])
  30.  
  31.