#VRML V2.0 utf8 #
#[return] #
# ex-back-sky.wrl
#     Example of Background : sky
#     Defining and rendering a cone using sky background

# Background is the Sky 0. 0. 0.4  

Background {
# example is not yet working properly
# try : 0-0.5 red, 0.5-1. yellow, 11.-1.5 blue, 1.5-2. green, 2.-pi red
#   skyAngle [.5, 1., 1.5, 2.]
#   skyColor [0.5 0. 0., 1. 1. 0., 0. 0. .7, 0. .5  0., .2 0 0]

   skyColor [0. 0.  0.4]
}

# Observer in (0,0,20) looking at (0,0,1)
Viewpoint {
	position 0 0 20
	orientation 0 0 1 0 # default
}
# Cone is defined without color and located at (0,0,0)
# Shape Node 
  Shape{
	geometry Cone{}
        }
#