Binary space partitioning: Difference between revisions
Jump to navigation
Jump to search
m (wikipedia link fixed) |
TomEdwards (talk | contribs) m (→Links) |
||
Line 4: | Line 4: | ||
* [http://www.unrealwiki.com/wiki/BSP_Tree General info on BSP formats.] | * [http://www.unrealwiki.com/wiki/BSP_Tree General info on BSP formats.] | ||
* [ | * [[The Source Engine BSP File Format]] | ||
* [http://www.planetquake.com/qxx/bsp/ The bsp format explained in a for normal people understandable way.] | * [http://www.planetquake.com/qxx/bsp/ The bsp format explained in a for normal people understandable way.] | ||
* [http://flipcode.com/articles/article_q2bsp-pf.shtml Quake 2 Engine BSP format] (for understanding and comparison). | * [http://flipcode.com/articles/article_q2bsp-pf.shtml Quake 2 Engine BSP format] (for understanding and comparison). |
Revision as of 03:21, 26 April 2009
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
- General info on BSP formats.
- The Source Engine BSP File Format
- The bsp format explained in a for normal people understandable way.
- Quake 2 Engine BSP format (for understanding and comparison).
- Information at Wikipedia about Binary space partitioning.