Binary space partitioning: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
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 [[Binary space partitioning]]. | [[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 [[Binary space partitioning]]. | ||
== Links == | == Links == |
Revision as of 14:27, 31 August 2005
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 Binary space partitioning.
Links
- General info on BSP formats
- The Source engine BSP 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