Binary space partitioning: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎Links: Dead)
mNo edit summary
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 the Wikipedia article on [[Wikipedia:Binary space partitioning|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]].
{{note|'''The BSP file name must not exceed 30 characters, with the ".bsp" extension included.'''}}


== Links ==
== Links ==

Revision as of 21:09, 23 August 2015

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.

Note.pngNote:The BSP file name must not exceed 30 characters, with the ".bsp" extension included.

Links

See also