#VRML V2.0 utf8
# Author -- Vikas Krishna, Syracuse University, October 1996

Transform {
    children
    Shape {
        appearance Appearance {
            material Material {
                    specularColor   .1 .1 1.
                    diffuseColor    0 .9 1
                    shininess	 0.5
            }
        }
        geometry Cone{
        }
    }
    translation   0 -.5 0
}