#VRML V2.0 utf8 #
#[return] #

# ex-back-faces.wrl  
#      Example of Background : Faces (back, front, ..)
#      Defining and rendering a cone using different backgrounds

# Background images surounding a cone

Background {
   backUrl [  "earth-small.gif" ]
   frontUrl [  "dca1.gif" ]
   leftUrl [  "unicamp.gif" ]
   rightUrl [  "flamingo-high1.gif" ]
# normally bottom and top are defined respectively as ground and sky
}

# Observer in (30,0,30) looking at origin
Viewpoint {
	position 30 0 30
# looking +- at origin
	orientation 0 1 0 .8 
}
# Cone is defined without color and located at (0,0,0)
# Shape Node 
  Shape{
	geometry Cone{}
        }
#