tut28c.wrl

#VRML V2.0 utf8

WorldInfo {
   title "Floppy's VRML97 Tutorial Example 2.8c"
   info ["(C) Copyright 2000 Vapour Technology Ltd."
         "guide@web3dguide.org.uk"]
}

NavigationInfo {
   type "EXAMINE"
}

Shape {
   appearance Appearance {
      texture ImageTexture {
         url "gradient.jpg"
      }
   }
   geometry Box {}
}
Transform {
   translation 0 -1.05 0
   children [
      Shape {
         appearance Appearance {
            texture ImageTexture {
               url "floor.jpg"
            }
         }
         geometry Box {
            size 10 0.1 10
         }
      }
   ]
}
Generated by GNU enscript 1.6.1.