UFO: Alien Invasion
|
md2 alias model loading More...
Go to the source code of this file.
Functions | |
void | R_ModLoadAliasMD2Model (struct model_s *mod, byte *buffer, int bufSize, bool loadNormals) |
Load MD2 models from file. More... | |
md2 alias model loading
Definition in file r_model_md2.h.
Load MD2 models from file.
Definition at line 485 of file r_model_md2.cpp.
References model_s::alias, Com_DefaultExtension(), Com_Error(), Com_StripExtension(), ERR_DROP, FS_CheckFile(), FS_FreeFile(), FS_LoadFile(), LittleLong, MAX_QPATH, MD2_MAX_FRAMES, mAliasModel_s::meshes, mod_alias_md2, model_s::modBox, model_s::name, dMD2Model_t::num_frames, mAliasModel_s::num_frames, R_ModLoadAliasMD2Mesh(), R_ModLoadArrayData(), R_ModLoadLevelOfDetailData(), R_ModLoadTags(), AABB::setNegativeVolume(), and model_s::type.
Referenced by LoadModel(), and R_LoadModelAsync().