Difference between revisions of "BSP"

From polycount
Jump to: navigation, search
(better)
(cleaner)
 
Line 1: Line 1:
 
Binary Space Partition (BSP).  
 
Binary Space Partition (BSP).  
  
A BSP tree subdivides 3D space with 2D planes to help speed up [[Sorting|sorting]]. It is sometimes used for additional purposes like [[CollisionDectection|collision detection]].
+
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]].
 
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 21: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.


Personal tools
Namespaces

Variants
Actions
Navigation
Tools