Binary space partitioning: Difference between revisions
Jump to navigation
Jump to search
Note:The BSP file name must not exceed 30 characters, with the ".bsp" extension included.
Joheskiller (talk | contribs) mNo edit summary |
Markboydude (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
* [[Vbsp|VBSP]] | * [[Vbsp|VBSP]] | ||
[[ | [[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.

Links
- Quake 2 Engine BSP format (for understanding and comparison).
- Information at Wikipedia about Binary space partitioning.