Difference between revisions of "BSP"

From polycount
Jump to: navigation, search
m (1 revision)
(cleaner)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
Binary Space Partition (BSP).
{{:[[OutOfDate]]}}
+
  
= BSP =
+
A BSP tree subdivides 3D space with 2D planes to help speed up [[Sorting]]. It is sometimes used for additional purposes like [[CollisionDectection]].
  
Binary Space Partition. 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]].
+
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