Binary space partitioning: Difference between revisions
Jump to navigation
Jump to search
Tom Edwards (talk | contribs) No edit summary |
(reformat slightly, link to description) |
||
Line 1: | Line 1: | ||
*.bsp is the file extension for maps/levels used by BSP based game engines. | '''*.bsp''' is the file extension for maps/levels used by BSP based game engines. BSP stands for ''Binary Space Partition''. | ||
[http://www.unrealwiki.com/wiki/BSP_Tree | * [http://www.unrealwiki.com/wiki/BSP_Tree General info on BSP formats] | ||
* [http://www.geocities.com/cofrdrbob/bspformat.html The Source engine BSP format] | |||
'''See also:''' | '''See also:''' | ||
[[Vbsp|VBSP]] | * [[Vbsp|VBSP]] | ||
[[category:Glossary]] | [[category:Glossary]] |
Revision as of 11:56, 29 June 2005
*.bsp is the file extension for maps/levels used by BSP based game engines. BSP stands for Binary Space Partition.
See also: