BSPParser
Simple and modern library for parsing the Valve BSP format
|
Namespaces | |
namespace | Zip |
Classes | |
struct | Brush |
struct | BrushSide |
struct | ColourRgbExp32 |
struct | DetailObject |
struct | DetailObjectDict |
struct | DetailPropLightstyles |
struct | DetailSpriteDict |
struct | DispCornerNeighbours |
struct | DispInfo |
struct | DispNeighbour |
struct | DispSubNeighbour |
struct | DispVert |
struct | Edge |
struct | EulerRotation |
struct | Face |
struct | GameLump |
struct | Header |
struct | Lump |
struct | Model |
struct | PhysModelHeader |
struct | Plane |
struct | StaticPropDict |
struct | StaticPropLeaf |
struct | StaticPropLightstyles |
struct | StaticPropV4 |
struct | StaticPropV5 |
struct | StaticPropV6 |
struct | StaticPropV7Multiplayer2013 |
struct | TexData |
struct | TexInfo |
struct | Vector |
struct | Vector2 |
struct | Vector4 |
Variables | |
constexpr int32_t | IDBSP_HEADER = 'V' + ('B' << 8u) + ('S' << 16u) + ('P' << 24u) |
constexpr size_t | HEADER_LUMPS = 64 |
File format structs.