test('union', () => {
    // Union one bsp with the other
    const bspC = bspA.union(bspB);
    // Get the resulting mesh from the result bsp
    const meshC = CSG.toMesh(bspC, meshA.matrix);