![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include "bspfile.h"
Go to the source code of this file.
Data Structures | |
struct | q2dheader_t |
struct | q2dmodel_t |
#define Q2BSPMAGIC ('I' + 'B' * 256 + 'S' * 65536 + 'P' * 16777216) |
Definition at line 6 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2BSPVERSION 38 |
Definition at line 7 of file model_q2bsp.h.
Referenced by GetMapList(), Mod_IBSP_Load(), and Mod_Q2BSP_Load().
#define Q2CONTENTS_AREAPORTAL 0x8000 |
Definition at line 71 of file model_q2bsp.h.
#define Q2CONTENTS_AUX 4 |
Definition at line 62 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2CONTENTS_CURRENT_0 0x40000 |
Definition at line 77 of file model_q2bsp.h.
#define Q2CONTENTS_CURRENT_180 0x100000 |
Definition at line 79 of file model_q2bsp.h.
#define Q2CONTENTS_CURRENT_270 0x200000 |
Definition at line 80 of file model_q2bsp.h.
#define Q2CONTENTS_CURRENT_90 0x80000 |
Definition at line 78 of file model_q2bsp.h.
#define Q2CONTENTS_CURRENT_DOWN 0x800000 |
Definition at line 82 of file model_q2bsp.h.
#define Q2CONTENTS_CURRENT_UP 0x400000 |
Definition at line 81 of file model_q2bsp.h.
#define Q2CONTENTS_DEADMONSTER 0x4000000 |
Definition at line 87 of file model_q2bsp.h.
#define Q2CONTENTS_DETAIL 0x8000000 |
Definition at line 88 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2CONTENTS_LADDER 0x20000000 |
Definition at line 90 of file model_q2bsp.h.
#define Q2CONTENTS_LAVA 8 |
Definition at line 63 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2CONTENTS_MIST 64 |
Definition at line 66 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2CONTENTS_MONSTER 0x2000000 |
Definition at line 86 of file model_q2bsp.h.
#define Q2CONTENTS_MONSTERCLIP 0x20000 |
Definition at line 74 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2CONTENTS_ORIGIN 0x1000000 |
Definition at line 84 of file model_q2bsp.h.
#define Q2CONTENTS_PLAYERCLIP 0x10000 |
Definition at line 73 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2CONTENTS_SLIME 16 |
Definition at line 64 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2CONTENTS_SOLID 1 |
Definition at line 60 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2CONTENTS_TRANSLUCENT 0x10000000 |
Definition at line 89 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2CONTENTS_WATER 32 |
Definition at line 65 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2CONTENTS_WINDOW 2 |
Definition at line 61 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2HEADER_LUMPS 19 |
Definition at line 33 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LAST_VISIBLE_CONTENTS 64 |
Definition at line 67 of file model_q2bsp.h.
#define Q2LUMP_AREAPORTALS 18 |
Definition at line 32 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_AREAS 17 |
Definition at line 31 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_BRUSHES 14 |
Definition at line 28 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_BRUSHSIDES 15 |
Definition at line 29 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_EDGES 11 |
Definition at line 25 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_ENTITIES 0 |
Definition at line 14 of file model_q2bsp.h.
Referenced by GetMapList(), and Mod_Q2BSP_Load().
#define Q2LUMP_FACES 6 |
Definition at line 20 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_LEAFBRUSHES 10 |
Definition at line 24 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_LEAFFACES 9 |
Definition at line 23 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_LEAFS 8 |
Definition at line 22 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_LIGHTING 7 |
Definition at line 21 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_MODELS 13 |
Definition at line 27 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_NODES 4 |
Definition at line 18 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_PLANES 1 |
Definition at line 15 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_POP 16 |
Definition at line 30 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_SURFEDGES 12 |
Definition at line 26 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_TEXINFO 5 |
Definition at line 19 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_VERTEXES 2 |
Definition at line 16 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2LUMP_VISIBILITY 3 |
Definition at line 17 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_Load().
#define Q2SURF_ALPHATEST 0x02000000 |
Definition at line 108 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2SURF_FLOWING 0x40 |
Definition at line 102 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2SURF_HINT 0x100 |
Definition at line 105 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2SURF_LIGHT 0x1 |
Definition at line 94 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2SURF_NODRAW 0x80 |
Definition at line 103 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2SURF_SKIP 0x200 |
Definition at line 106 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2SURF_SKY 0x4 |
Definition at line 98 of file model_q2bsp.h.
Referenced by Mod_Q1BSP_LoadFaces(), Mod_Q2BSP_LoadTexinfo(), and Mod_VBSP_LoadFaces().
#define Q2SURF_SLICK 0x2 |
Definition at line 96 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2SURF_TRANS33 0x10 |
Definition at line 100 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2SURF_TRANS66 0x20 |
Definition at line 101 of file model_q2bsp.h.
Referenced by Mod_Q2BSP_LoadTexinfo().
#define Q2SURF_WARP 0x8 |
Definition at line 99 of file model_q2bsp.h.
Referenced by Mod_Q1BSP_LoadFaces(), Mod_Q2BSP_LoadTexinfo(), and Mod_VBSP_LoadFaces().