#VRML V2.0 utf8
# ERS-1e
# Satellit mit Außenhaut
#
Group {
  children [
    # Meta-Infos  
    Viewpoint {
      position    -80 -50 200
      orientation  3 -4 -4 0.5
      description "ERS Fernansicht"
    },      
    Viewpoint {
      position    -12 -10 30
      orientation  6 -6 -4 0.55
      description "ERS Nahansicht"
    },         

    # Grundkörper
    Shape {
      appearance Appearance {
        material DEF Ers-Haut Material { 
          diffuseColor 0.93 0.64 0.31
        }
        texture ImageTexture {
          url "ers-1-haut.jpg"
        }
      }
      geometry Box {
        size 5.0 8.0 5.0 
      }
    },
    # Deckel unten
    Transform {
      translation 0 -4.0001 0
      children [      
        Shape {
          appearance Appearance {
            material USE Ers-Haut
          }
          geometry Box {
            size 5.0 0.001 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 Appearance {
            material 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"
        }
      ]
    }
  ]
}