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