Binary space partitioning: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Moved a vdc article from links to see also)
mNo edit summary
Line 9: Line 9:
== See also ==
== See also ==


* [[The Source Engine BSP File Format]]
* [[Source BSP File Format]]
* [[Using Bspzip to Embed Custom Content]]
* [[Using Bspzip to Embed Custom Content]]
* [[BSP Initialization]]
* [[BSP Initialization]]

Revision as of 16:34, 20 July 2010

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