#VRML V2.0 utf8
Shape {
    appearance Appearance {
        material Material { 
           diffuseColor 0.8 0.3 0.1 
        }
    }
    geometry Cone {
        bottomRadius  2
        height        3
        side          TRUE
        bottom        FALSE
    }
}