Binary space partitioning: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎Links: Attempted to find [moved] page to no avail, so removing broken link.)
(Moved a vdc article from links to see also)
Line 4: Line 4:


* [http://www.unrealwiki.com/wiki/BSP_Tree General info on BSP formats.]
* [http://www.unrealwiki.com/wiki/BSP_Tree General info on BSP formats.]
* [[The Source Engine BSP File Format]]
* [http://flipcode.com/articles/article_q2bsp-pf.shtml Quake 2 Engine BSP format] (for understanding and comparison).
* [http://flipcode.com/articles/article_q2bsp-pf.shtml Quake 2 Engine BSP format] (for understanding and comparison).
* [[Wikipedia:Binary space partitioning|Information at Wikipedia about Binary space partitioning.]]
* [[Wikipedia:Binary space partitioning|Information at Wikipedia about Binary space partitioning.]]
Line 10: Line 9:
== See also ==
== See also ==


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

Revision as of 14:00, 13 May 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