#VRML V2.0 utf8
# teil4
# Erdkugel
#
Group {
  children [
    # Meta-Infos  
    Viewpoint {
      position    -80 -50 200
      orientation  3 -4 -4 0.5
      description "Erde total"
    },      
    Shape {
      appearance Appearance {
        material Material { 
          diffuseColor 0.20 0.84 0.92
        }
        texture ImageTexture {
          url "erde.jpg"
        }
      }
      geometry Sphere {
        radius 90.0
      }
    }
  ]
}