Building primitive shapes
cone.wrl

	

#VRML V2.0 utf8
Shape {
    appearance Appearance {
        material Material { }
    }
    geometry Cone {
        height 2.0
        bottomRadius 1.0
        bottom TRUE
        side TRUE
    }
}