Binary Space Partition

From GPWiki

(Redirected from Binary Space Partitions)

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

Binary Space Partition

or BSP for short, is an data structure that manages scene complexity by dividing the game space in halves based on geometry in the scene.