|
UFO: Alien Invasion
|

Data Fields | |
| int | num_verts |
| int | num_verts_parsed |
| float * | verts |
| int | num_normals |
| int | num_normals_parsed |
| float * | normals |
| int | num_texcoords |
| int | num_texcoords_parsed |
| float * | texcoords |
| int | num_tris |
| int | num_tris_parsed |
| mobjtri_t * | tris |
Definition at line 37 of file r_model_obj.cpp.
| float* mobj_t::normals |
Definition at line 44 of file r_model_obj.cpp.
Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().
| int mobj_t::num_normals |
Definition at line 42 of file r_model_obj.cpp.
Referenced by R_LoadObjModel(), and R_LoadObjModelLine().
| int mobj_t::num_normals_parsed |
Definition at line 43 of file r_model_obj.cpp.
Referenced by R_LoadObjModelLine().
| int mobj_t::num_texcoords |
Definition at line 46 of file r_model_obj.cpp.
Referenced by R_LoadObjModel(), and R_LoadObjModelLine().
| int mobj_t::num_texcoords_parsed |
Definition at line 47 of file r_model_obj.cpp.
Referenced by R_LoadObjModelLine().
| int mobj_t::num_tris |
Definition at line 50 of file r_model_obj.cpp.
Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().
| int mobj_t::num_tris_parsed |
Definition at line 51 of file r_model_obj.cpp.
Referenced by R_LoadObjModelLine(), and R_LoadObjModelTris().
| int mobj_t::num_verts |
Definition at line 38 of file r_model_obj.cpp.
Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().
| int mobj_t::num_verts_parsed |
Definition at line 39 of file r_model_obj.cpp.
Referenced by R_LoadObjModelLine().
| float* mobj_t::texcoords |
Definition at line 48 of file r_model_obj.cpp.
Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().
| mobjtri_t* mobj_t::tris |
Definition at line 52 of file r_model_obj.cpp.
Referenced by R_LoadObjModel(), R_LoadObjModelFace(), R_LoadObjModelLine(), R_LoadObjModelTris(), and R_LoadObjModelVertexArrays().
| float* mobj_t::verts |
Definition at line 40 of file r_model_obj.cpp.
Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().