tut13.wrl

#VRML V2.0 utf8

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

DEF FBOX Shape {
   appearance Appearance {
      material Material {
      }
   }
   geometry Box {
   }
}

Transform {
   scale 2 0.5 2
   rotation 0 1 0 0.78
   translation 0 -1.5 0
   children [
      USE FBOX
   ]
}
Generated by GNU enscript 1.6.1.