Functions | |
| void * | Mod_LoadAliasFrame (void *pin, int *posenum, maliasframedesc_t *frame, int extra) |
| void * | Mod_LoadAliasGroup (void *pin, int *posenum, maliasframedesc_t *frame, int extra) |
| void | Mod_LoadAliasModel (model_t *mod, void *buffer, cache_allocator_t allocator) |
Variables | |
| int | aliasbboxmaxs [3] |
| int | aliasbboxmins [3] |
| aliashdr_t * | pheader |
| int | posenum = 0 |
| trivertx_t * | poseverts [MAXALIASFRAMES] |
| stvert_t * | stverts |
| int | stverts_size = 0 |
| mtriangle_t * | triangles |
| int | triangles_size = 0 |
| void* Mod_LoadAliasFrame | ( | void * | pin, |
| int * | posenum, | ||
| maliasframedesc_t * | frame, | ||
| int | extra | ||
| ) |
| void* Mod_LoadAliasGroup | ( | void * | pin, |
| int * | posenum, | ||
| maliasframedesc_t * | frame, | ||
| int | extra | ||
| ) |
| void Mod_LoadAliasModel | ( | model_t * | mod, |
| void * | buffer, | ||
| cache_allocator_t | allocator | ||
| ) |
| int aliasbboxmaxs[3] |
| int aliasbboxmins[3] |
| aliashdr_t* pheader |
| int posenum = 0 |
| trivertx_t* poseverts[MAXALIASFRAMES] |
| stvert_t* stverts |
| int stverts_size = 0 |
| mtriangle_t* triangles |
| int triangles_size = 0 |