#VRML V2.0 utf8
# Scene 3
# Satellit, Erdkugel, Hintergrund
# Lichtquelle, Ton
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"
    },       
    # Beleuchtung
    DirectionalLight {
      direction 1.0 -0.2 -0.3
      color 1.0 1.0 1.0
    },
    NavigationInfo {
      headlight   FALSE
    },
    # Satellit mit Ton
    Transform {               
      translation 200 0 0
      children [
        Inline {
          url "ers-1f.wrl"
        },
        Sound {
          source AudioClip {
            url "ding.wav"
            description "Background music"
            loop TRUE
            startTime 1
            stopTime  0
          },
          location 0 0 0
          minFront 30
          minBack  30
          maxFront 300
          maxBack  300
          spatialize TRUE
        }
      ]
    },
    # 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"
    }
  ]
}