BSP
From polycount
Binary Space Partition (BSP).
A BSP tree subdivides 3D space with 2D planes to help speed up Sorting. It is sometimes used for additional purposes like CollisionDectection.
In game development, BSP usually means using solid modeling techniques to carve the basic surfaces of a game level, see Level Design.