bHight.set(
        Math.max(bHight.x, aPos.x),
        Math.max(bHight.y, aPos.y),
        Math.max(bHight.z, aPos.z)
      )