summaryrefslogtreecommitdiff
path: root/ipl/incl/lshade.icn
blob: 876f786df2a2cb4507f89ee2ec0cd7d48127f328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
############################################################################
#
#	File:     lshade.icn
#
#	Subject:  Definitions for VRML 1.0 ornament
#
#	Author:   Ralph E. Griswold
#
#	Date:     July 27, 1997
#
############################################################################
#
#  This file is in the public domain.
#
############################################################################
#
#  This VRML object is a kind of lampshade.
#
############################################################################

   Separator([				#. VRML 1.0 lampshade
      Cone(10.0, 1.0),
      Cone(9.0, 2.0),
      Cone(8.0, 3.0),
      Cone(7.0, 4.0),
      Cone(6.0, 5.0),
      Cone(5.0, 6.0),
      Cone(4.0, 7.0)
      ])