
Snapshot 1: Construction of the 3D Lebesgue curve begins with the eight corners of a cube connected in a specific order.
Snapshot 2: Each subsequent iteration is created by placing a copy of the initial shape at each corner of a cube, and then connecting the last point one of one copy with the first point of the next copy, where the order in which the copies are connected is the same order in which the points in the level-zero construction are connected. (Adjusting the distance between iterations reveals the recursive nature of the construction.)
Snapshot 3: With greater iteration levels, it is apparent that the curve visits every point in the cube. (Rendering the curve with lines is faster than rendering with cylinders and spheres, which is useful for visualizing greater iteration levels on slower systems.)