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:
Zephaniah E. Hull 2000-09-26 09:03:21 +00:00
parent b0fc35b3e3
commit 68a4e60eaf
11 changed files with 43 additions and 54 deletions

View file

@ -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);