BSP
From polycount
Revision as of 20:21, 19 March 2015 by EricChadwick (Talk | contribs)
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.