obj model loading More...
Go to the source code of this file.
Functions | |
void | R_LoadObjModel (struct model_s *mod, byte *buffer, int bufSize) |
obj model loading
Definition in file r_model_obj.h.
Definition at line 324 of file r_model_obj.c.
References AddPointToBounds(), model_s::alias, Com_Error(), ERR_DROP, i, model_s::maxs, Mem_Free, Mem_PoolAlloc, mAliasModel_s::meshes, model_s::mins, mod_obj, model_s::name, mobj_s::normals, mAliasModel_s::num_frames, mAliasModel_s::num_meshes, mobj_s::num_normals, mobj_s::num_texcoords, mobj_s::num_tris, mobj_s::num_verts, R_LoadObjModel_(), R_LoadObjModelVertexArrays(), R_LoadObjSkin(), mobj_s::texcoords, mobj_s::tris, model_s::type, mobj_s::verts, and vid_modelPool.
Referenced by LoadModel(), and R_ModForName().