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.c.
float* mobj_s::normals |
Definition at line 44 of file r_model_obj.c.
Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().
Definition at line 42 of file r_model_obj.c.
Referenced by R_LoadObjModel(), and R_LoadObjModelLine().
Definition at line 43 of file r_model_obj.c.
Referenced by R_LoadObjModelLine().
Definition at line 46 of file r_model_obj.c.
Referenced by R_LoadObjModel(), and R_LoadObjModelLine().
Definition at line 47 of file r_model_obj.c.
Referenced by R_LoadObjModelLine().
int mobj_s::num_tris |
Definition at line 50 of file r_model_obj.c.
Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().
Definition at line 51 of file r_model_obj.c.
Referenced by R_LoadObjModelLine(), and R_LoadObjModelTris().
Definition at line 38 of file r_model_obj.c.
Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().
Definition at line 39 of file r_model_obj.c.
Referenced by R_LoadObjModelLine().
float* mobj_s::texcoords |
Definition at line 48 of file r_model_obj.c.
Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().
Definition at line 52 of file r_model_obj.c.
Referenced by R_LoadObjModel(), R_LoadObjModelFace(), R_LoadObjModelLine(), R_LoadObjModelTris(), and R_LoadObjModelVertexArrays().
float* mobj_s::verts |
Definition at line 40 of file r_model_obj.c.
Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().