Difference between revisions of "BSP"
From polycount
Cheeseplus (Talk | contribs) m (1 revision) |
EricChadwick (Talk | contribs) (cleaner) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | 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]]. | |
---- | ---- | ||
[[Category:Glossary]] | [[Category:Glossary]] |
Latest revision as of 20:21, 19 March 2015
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.