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

  1. #VRML V1.0 ascii
  2. Separator    {
  3.     Material    {
  4.         ambientColor    1 1 1
  5.         }
  6.     Separator    {
  7.          Translation    {
  8.              translation    0 0.8 0
  9.              }
  10.          Cube    {
  11.              width 1 
  12.              height .1 
  13.              depth 1
  14.              }
  15.         }
  16.  
  17.     Separator    {
  18.         Translation    {
  19.             translation    0.45 0.375 0.45
  20.             }
  21.          DEF Leg Cube    {
  22.              width 0.05 
  23.              height 0.75 
  24.              depth 0.05
  25.              }
  26.         }
  27.  
  28.     Separator    {
  29.         Translation    {
  30.             translation    -0.45 0.375 0.45
  31.             }
  32.          USE Leg
  33.         }
  34.  
  35.     Separator    {
  36.         Translation    {
  37.             translation    -0.45 0.375 -0.45
  38.             }
  39.          USE Leg
  40.         }
  41.  
  42.     Separator    {
  43.         Translation    {
  44.             translation    0.45 0.375 -0.45
  45.             }
  46.          USE Leg
  47.         }
  48.     }
  49.