Binary space partitioning: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(reformat slightly, link to description)
mNo edit summary
Line 3: Line 3:
* [http://www.unrealwiki.com/wiki/BSP_Tree General info on BSP formats]
* [http://www.unrealwiki.com/wiki/BSP_Tree General info on BSP formats]
* [http://www.geocities.com/cofrdrbob/bspformat.html The Source engine BSP format]
* [http://www.geocities.com/cofrdrbob/bspformat.html The Source engine BSP format]
* [http://www.planetquake.com/qxx/bsp/ The bsp format explained in a for normal people understandable way]


'''See also:'''
'''See also:'''

Revision as of 07:35, 1 July 2005

*.bsp is the file extension for maps/levels used by BSP based game engines. BSP stands for Binary Space Partition.

See also: