Binary space partitioning

From Valve Developer Community
Revision as of 21:09, 23 August 2015 by Joheskiller (talk | contribs)
Jump to navigation Jump to search

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