Fixed shadow volumes for q3 bsp's
This commit is contained in:
parent
69b03db688
commit
688ededc49
1 changed files with 7 additions and 0 deletions
7
model.h
7
model.h
|
@ -91,6 +91,13 @@ typedef struct
|
|||
unsigned int cachededgeoffset;
|
||||
} medge_t;
|
||||
|
||||
// !!! if this is changed, it must be changed in asm_draw.h too !!!
|
||||
typedef struct
|
||||
{
|
||||
unsigned short v[2];
|
||||
unsigned int cachededgeoffset;
|
||||
} medge_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
float vecs[2][4];
|
||||
|
|
Loading…
Reference in a new issue