#VRML V2.0 utf8
# Scene 1
# Satellit, Erdkugel, Hintergrund
Group {
  children [
    # Meta-Infos     
    Viewpoint {
      position    0 0 300
      orientation 0 0 1 0
      description "Fernansicht"
    },      
    Viewpoint {
      position    275 0 100
      orientation 0 1 0 1
      description "Nahansicht"
    },         
    # Satellit
    Transform {               
      translation 200 0 0
      children [
        Inline {
          url "ers-1e.wrl"
        }
      ]
    },
    # Erde mit Link
    Anchor {
      url           "stars.wrl"
      description   "Stargate"
      children [
        Inline{                    
          url "erde.wrl"
        }
      ]
    },
    # Hintergrund
    Background {
      backUrl    "stars.jpg"
      frontUrl   "stars.jpg"
      leftUrl    "stars.jpg"
      rightUrl   "stars.jpg"
      topUrl     "stars.jpg"
      bottomUrl  "stars.jpg"
    }
  ]
}