static const vec3_t scale
void R_DrawModelDirect(modelInfo_t *mi, modelInfo_t *pmi, const char *tagname)
Draws a model in 2d mode (for rendering model data from the ui)
void R_GetTags(const model_t *mod, const char *tagName, int currentFrame, int oldFrame, const mAliasTagOrientation_t **current, const mAliasTagOrientation_t **old)
int R_GetTagIndexByName(const model_t *mod, const char *tagName)
Searches the tag data for the given name.
bool R_GetTagMatrix(const model_t *mod, const char *tagName, int frame, float matrix[16])
void R_ModelAutoScale(const vec2_t boxSize, modelInfo_t *mi, vec3_t scale, vec3_t center)
Compute scale and center for a model info data structure.