Binary space partitioning: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 15: Line 15:
* [[Vbsp|VBSP]]
* [[Vbsp|VBSP]]


[[category:Glossary]]
[[Category:File formats]]
[[Category:Glossary]]

Revision as of 17:30, 26 April 2017

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