home *** CD-ROM | disk | FTP | other *** search
/ VRML Tools for 3D Cyberspace / VRML_Tools_For_3D_Cyberspace.iso / web_fx / tower.wr_ / tower.wr
Text File  |  1996-07-01  |  2KB  |  69 lines

  1. #VRML V1.0 ascii
  2. # Copyright (c) 1995 Paper Software, Inc.
  3. Separator 
  4.     Separator {  
  5.         Separator {
  6.         
  7.             Texture2 { filename "tex27.bmp" }
  8.  
  9.             Transform 
  10.             {
  11.                 scaleFactor 5 5 5
  12.             }
  13.             WWWInline 
  14.             {
  15.                 name        "cube.wrl"
  16.             }   
  17.         }    
  18.                               
  19.         Separator {                              
  20.             Transform 
  21.             {
  22.                 scaleFactor 5 5 5
  23.                 translation 0 10 0
  24.             }
  25.             Texture2 { filename "tex28.bmp" }
  26.             WWWInline 
  27.             {
  28.                 name        "cube.wrl"
  29.             }   
  30.         }    
  31.                          
  32.         Separator {                         
  33.             Transform 
  34.             {
  35.                 scaleFactor 5 5 5
  36.                 translation 0 20 0
  37.             }
  38.             Texture2 { filename "tex25.bmp" }
  39.             WWWInline 
  40.             {
  41.                 name        "cube.wrl"
  42.             }   
  43.         }    
  44.     
  45.         Transform
  46.         {
  47.             translation 0 30 0
  48.         }
  49.         
  50.         Separator {
  51.          
  52.             BaseColor {
  53.             rgb .7 .7 0
  54.             }
  55.             MaterialBinding {
  56.             value   OVERALL
  57.             }
  58.          
  59.             Cone
  60.             {
  61.                 bottomRadius 5
  62.                 height 10
  63.             }
  64.         }    
  65.  
  66.     }
  67. }
  68.