#VRML V2.0 utf8
# ERS-1c
# Satellit mit zwei Solarzellen und zwei Antennen
#
Group {
  children [
    # Grundkörper
    Shape {
      appearance DEF Ers-Haut Appearance {
        material Material { 
          diffuseColor 0.93 0.64 0.31
        }
      }
      geometry Box {
        size 5.0 8.0 5.0 
      }
    },
    # Kopfstück
    Transform {
      translation -2.5 4 2.5
      children [
        Inline {
          url "teil1.wrl"
        }
      ]
    },
    # Solarzellenhalter
    Transform {
      translation 0 -4 0
      children [      
        Shape {
          appearance USE Ers-Haut
          geometry Box {
            size 1.25 7 1.25 
          }
        } 
      ]
    },
    # Solarzelle 1
    Transform {
      translation -7.5 -9 0.75
      children [
        Inline {
          url "teil3.wrl"
        }
      ]
    },
    # Solarzelle 2
    Transform {
      translation -7.5 -9 -0.8
      children [
        Inline {
          url "teil3.wrl"
        }
      ]
    },
    # Antenne 1
    Transform {
      translation -.1 8 0
      rotation 1 1 1 1   
      children [
        Inline {
          url "teil2.wrl"
        }
      ]
    },
    # Antenne 2
    Transform {
      translation -1.2 6.5 0
      rotation -1 1 1 2.5   
      children [
        Inline {
          url "teil2.wrl"
        }
      ]
    }
  ]
}