tut14d.wrl

#VRML V2.0 utf8

WorldInfo {
   title "Floppy's VRML97 Tutorial Example 14d"
   info ["(C) Copyright 1999 Vapour Technology"
         "vrmlguide@vapourtech.com"]
}

NavigationInfo {
   type "NONE"
}

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.

© Copyright 1999 Vapour Technology - vrmlguide@vapourtech.com - http://www.vapourtech.com/vrmlguide