mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
Behold, the great state audit, and a few other things.
First off, a cleanup in alias model rendering. Then we have R_CullBox, which is now a inline function. Then the big one, the state change cleanup, right now GL_BLEND.
This commit is contained in:
parent
b0fc35b3e3
commit
68a4e60eaf
11 changed files with 43 additions and 54 deletions
|
@ -65,7 +65,7 @@ mtriangle_t triangles[MAXALIASTRIS];
|
|||
// a pose is a single set of vertexes. a frame may be
|
||||
// an animating sequence of poses
|
||||
trivertx_t *poseverts[MAXALIASFRAMES];
|
||||
int posenum;
|
||||
int posenum = 0;
|
||||
|
||||
void *Mod_LoadAliasFrame (void * pin, maliasframedesc_t *frame);
|
||||
void *Mod_LoadAliasGroup (void * pin, maliasframedesc_t *frame);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue