#VRML V2.0 utf8
Shape {
    appearance Appearance {
        material Material { 
           diffuseColor 0.9 0.0 0.0 
        }
    }
    geometry Cone {
        bottomRadius  1
        height        3
        side          FALSE
        bottom        TRUE
    }
}