home *** CD-ROM | disk | FTP | other *** search
/ Using VRML (Special Edition) / Special_Edition_Using_VRML_CDROM_Que_1996.iso / webpages / objects / chair.wrl next >
Text File  |  1995-12-07  |  775b  |  60 lines

  1. #VRML V1.0 ascii
  2. Separator    {
  3.     Material    {
  4.         ambientColor    1 1 1
  5.         }
  6.     Separator    {
  7.         Translation    {
  8.              translation    0 0.775 -.25
  9.                  }
  10.          Cube    {
  11.              width 0.5 
  12.              height .75
  13.              depth 0.05
  14.              }
  15.         }
  16.  
  17.     Separator    {
  18.          Translation    {
  19.              translation    0 0.425 0
  20.              }
  21.          Cube    {
  22.              width 0.5
  23.              height 0.05
  24.              depth 0.5
  25.              }
  26.         }
  27.  
  28.     Separator    {
  29.         Translation    {
  30.             translation    0.20 0.20 0.20
  31.             }
  32.          DEF Leg Cube    {
  33.              width 0.05 
  34.              height 0.40 
  35.              depth 0.05
  36.              }
  37.         }
  38.  
  39.     Separator    {
  40.         Translation    {
  41.              translation    -0.20 0.20 0.20
  42.              }
  43.          USE Leg
  44.         }
  45.  
  46.     Separator    {
  47.         Translation    {
  48.             translation    0.20 0.20 -0.25
  49.             }
  50.          USE Leg
  51.         }
  52.  
  53.     Separator    {
  54.          Translation    {
  55.              translation    -0.20 0.20 -0.25
  56.              }
  57.          USE Leg
  58.         }
  59.     }
  60.