home *** CD-ROM | disk | FTP | other *** search
/ Serif Graphics Collection / Serif_Graphics_Collection_6_DTP_Porgrams_on_One_CD_Serif-SPF.iso / 3DPLUS / data1.cab / VRML / light.wrl < prev    next >
Text File  |  1998-04-22  |  1KB  |  97 lines

  1. #VRML V1.0 ascii
  2.  
  3. #This is a very simple light
  4.  
  5. Separator {
  6.     Translation {
  7.         translation 0.0 3.0 0.0
  8.     }
  9.     Material {
  10.         diffuseColor 0.6 0.55 0.35
  11.         shininess 0.05
  12.         specularColor 0.85 0.75 0.7
  13.         ambientColor 0.5 0.5 0.2
  14.     }
  15.     Cylinder {
  16.         height 3.0
  17.         radius 2.5
  18.     }
  19.     Translation {
  20.         translation 0.0 -2.0 0.0
  21.     }
  22.     Material {
  23.         ambientColor 0.3 0.3 0.35
  24.         diffuseColor 0.3 0.3 0.5
  25.         specularColor 0.7 0.7 0.8
  26.         shininess 0.09
  27.     }
  28.     Cylinder {
  29.         radius 2.5
  30.         height 1.0
  31.         parts (SIDES)
  32.     }
  33.     Translation {
  34.         translation 0.0 -2.5 0.0
  35.     }
  36.     Material {
  37.         diffuseColor 0.85 0.85 0.75
  38.         ambientColor 0.95 0.95 0.95
  39.         specularColor 1.0 1.0 1.0
  40.         shininess 0.15
  41.         transparency 0.01
  42.         emissiveColor 0.9 0.9 0.85
  43.     }
  44.     Sphere {
  45.         radius 2.0
  46.     }
  47.     Translation {
  48.         translation 0.0 2.5 0.0
  49.     }
  50.     Cylinder {
  51.         radius 1.25
  52.         height 2.5
  53.     }
  54.     Translation {
  55.         translation 0.0 -2.5 0.0
  56.     }
  57.     Material {
  58.         diffuseColor 0.85 0.85 0.75
  59.         ambientColor 0.95 0.95 0.9
  60.         specularColor 1.0 1.0 0.9
  61.         shininess 0.05
  62.         transparency 0.05
  63.     }
  64.     Cylinder {
  65.         radius 3.0
  66.         height 6.0
  67.         parts (SIDES)
  68.     }
  69.     Translation {
  70.         translation 0.0 2.75 2.75
  71.     }
  72.     Material {
  73.         diffuseColor 0.25 0.15 0.1
  74.         shininess 0.0
  75.     }
  76.     Rotation {
  77.         rotation 1.0 0.0 0.0 1.571
  78.     }
  79.     DEF stick Cylinder {
  80.         radius 0.05
  81.         height 1.5
  82.     }
  83.     Translation {
  84.         translation -2.25 -4.5 0.0
  85.     }
  86.     Rotation {
  87.         rotation 0.0 0.0 1.0 2.356
  88.     }
  89.     USE stick
  90.     Rotation {
  91.         rotation 0.0 0.0 1.0 -4.712
  92.     }
  93.     Translation {
  94.         translation -3.0 3.0 0.0
  95.     }
  96.     USE stick
  97. }