Binary space partitioning: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Removed obsolete link. (It just lead to a redirect to another link.))
m (wikipedia link fixed)
Line 1: Line 1:
'''BSP''' stands for ''Binary Space Partition''. '''*.bsp''' is the file extension for maps/levels used by BSP based game engines. For more information how BSP works see [[Binary space partitioning]].
'''BSP''' stands for ''Binary Space Partition''. '''*.bsp''' is the file extension for maps/levels used by BSP based game engines. For more information how BSP works see the Wikipedia article on [[Wikipedia:Binary space partitioning|binary space partitioning]].


== Links ==
== Links ==

Revision as of 14:37, 16 March 2006

BSP stands for Binary Space Partition. *.bsp is the file extension for maps/levels used by BSP based game engines. For more information how BSP works see the Wikipedia article on binary space partitioning.

Links

See also