Binary space partitioning: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
'''*.bsp''' is the file extension for maps/levels used by BSP based game engines. BSP stands for ''Binary Space Partition''.
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 06:01, 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

See also