freebsd-ports/games/bsp/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

12 lines
475 B
Text

BSP is one of the best node builders for Doom.
What are Nodes?
Doom uses a rendering algorithm based on a binary space partition,
otherwise known as a BSP tree. This is stored in a data lump called
NODES in the WAD file. So tools to build the BSP tree are known as
node builders.
Before you can play a level that you have created, you must use a node
builder to create the data that Doom will use to render the level. BSP
is one of several node builders that can do this.