The document discusses the building blocks of VRML worlds called shapes. Shapes are constructed using Shape nodes which define the object's appearance and geometry. Common geometric shapes include boxes, cones, cylinders, spheres and text. The geometry of each shape is specified using corresponding nodes that define attributes like size, height, radius, or text string. Shapes are centered in the VRML world by default and a file can contain multiple overlapping shapes.