#VRML V2.0 utf8
# ERS-1b
# Grundgerüst
#
Group {
  children [
    Shape {
      appearance Appearance {
        material Material { 
          diffuseColor 0.93 0.64 0.31
        }
      }
      geometry Box {
        size 5.0 8.0 5.0 
      }
    },
    Transform {
      translation -2.5 4 2.5
      children [
        Inline {
          url "teil1.wrl"
        }
      ]
    }
  ]
}