Building primitive shapes
box.wrl

	

#VRML V2.0 utf8
Shape {
    appearance Appearance {
        material Material { }
    }
    geometry Box {
        size 2.0 2.0 2.0
    }
}