#VRML V2.0 utf8
Group {
  children [
    WorldInfo {
      title ""
      info [
	"Author     : Bob Crispen
	 Email      : [email protected]
	 Date       : 10 November 1997
	 Description: "
      ]
    }
    NavigationInfo {
      headlight FALSE
      type [ "EXAMINE", "ANY" ]
    }
    Viewpoint {
      position    0 0 5
      description "Entry"
    }
    DirectionalLight {
      intensity 0.7
      direction 0 -1 -1
    }
    DirectionalLight {
      intensity 0.7
      direction -1 -1 -1
    }
    Background {
      groundAngle [ 0.9, 1.5, 1.57 ]
      groundColor [
	0 0.333 0,
	0 0.4 0,
	0 0.5 0,
	0.62 0.67 0.60
      ]
      skyAngle [ 0.9, 1.5, 1.57 ]
      skyColor [
	0.21 0.18 0.66,
	0.2 0.44 0.85,
	0.51 0.81 0.95,
	0.77 0.8 0.82
      ]
    }
    Group {
      children [
	Shape {
	  appearance Appearance {
	    material Material {
	      diffuseColor 1 0 0
    	    }
	  }
	  geometry Sphere { }
	}
      ]
    }
  ]
}