Node {
    entries: [
        Leaf {
            label: "Tenth",
            item: Rect {
                low: Point3D {
                    x: 2.5,
                    y: 11.5,
                    z: 2.5,
                },
                high: Point3D {
                    x: 3.5,
                    y: 11.6,
                    z: 3.5,
                },
            },
        },
        Leaf {
            label: "Twelfth",
            item: Rect {
                low: Point3D {
                    x: 0.5,
                    y: 10.5,
                    z: 0.5,
                },
                high: Point3D {
                    x: 5.5,
                    y: 12.6,
                    z: 5.5,
                },
            },
        },
        Leaf {
            label: "Eleventh",
            item: Rect {
                low: Point3D {
                    x: 3.5,
                    y: 10.5,
                    z: 6.5,
                },
                high: Point3D {
                    x: 4.5,
                    y: 12.6,
                    z: 11.5,
                },
            },
        },
    ],
    level: 0,
    min_children: 2,
    max_children: 4,
    split_strat: Linear,
}