OpenBSP
OpenBSP is a file format that is used to hold a 3D scene. The format includes light mapping (for shadows) and bumpmapping (for shadows on rough surface eg a cobblestone path). Quake has its own BSP format for storing Quake maps. OpenBSP is similar except that it is open source and has extra features that the IDSoft Quake format doesn't have such as bumpmapping. OpenBSP loads directly into the GLScene GLFreeform making it easy to incorporate into your GLScene application.
|
|