home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09962.iso / vrml / MWE105.ZIP / EExamples / Table.wrl < prev    next >
Text File  |  1996-04-14  |  948b  |  73 lines

  1. #VRML V1.0 ascii
  2.  
  3. #Generated by VRMLExpress from Table.vxr
  4.  
  5. Separator {
  6.     renderCulling AUTO
  7.  
  8.     DEF BackgroundColor Info {
  9.         string ".8 .8 .8"
  10.     }
  11.  
  12.     Material {
  13.         ambientColor 0.2 0.2 0.2
  14.         diffuseColor 0.8 0 0
  15.         specularColor 0 0 0
  16.         emissiveColor 0 0 0
  17.         shininess 0.2
  18.         transparency 0
  19.     }
  20.  
  21.     DEF roundTable Separator {
  22.         renderCulling AUTO
  23.  
  24.         Separator {
  25.             renderCulling AUTO
  26.  
  27.             Translation {
  28.                 translation 0 0.0254 0
  29.             }
  30.  
  31.             DEF tableBase Cylinder {
  32.                 parts ALL
  33.                 radius 0.3048
  34.                 height 0.0508
  35.             }
  36.  
  37.         }
  38.  
  39.         Separator {
  40.             renderCulling AUTO
  41.  
  42.             Translation {
  43.                 translation 0 0.3619 0
  44.             }
  45.  
  46.             DEF tablePedistal Cylinder {
  47.                 parts ALL
  48.                 radius 0.0508
  49.                 height 0.6223
  50.             }
  51.  
  52.         }
  53.  
  54.         Separator {
  55.             renderCulling AUTO
  56.  
  57.             Translation {
  58.                 translation 0 0.6921 0
  59.             }
  60.  
  61.             DEF tableTop Cylinder {
  62.                 parts ALL
  63.                 radius 0.6096
  64.                 height 0.0381
  65.             }
  66.  
  67.         }
  68.  
  69.     }
  70.  
  71. }
  72.  
  73.