UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mobj_s Struct Reference

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_ttris
 

Detailed Description

Definition at line 37 of file r_model_obj.cpp.

Field Documentation

float* mobj_s::normals

Definition at line 44 of file r_model_obj.cpp.

Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().

int mobj_s::num_normals

Definition at line 42 of file r_model_obj.cpp.

Referenced by R_LoadObjModel(), and R_LoadObjModelLine().

int mobj_s::num_normals_parsed

Definition at line 43 of file r_model_obj.cpp.

Referenced by R_LoadObjModelLine().

int mobj_s::num_texcoords

Definition at line 46 of file r_model_obj.cpp.

Referenced by R_LoadObjModel(), and R_LoadObjModelLine().

int mobj_s::num_texcoords_parsed

Definition at line 47 of file r_model_obj.cpp.

Referenced by R_LoadObjModelLine().

int mobj_s::num_tris

Definition at line 50 of file r_model_obj.cpp.

Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().

int mobj_s::num_tris_parsed

Definition at line 51 of file r_model_obj.cpp.

Referenced by R_LoadObjModelLine(), and R_LoadObjModelTris().

int mobj_s::num_verts

Definition at line 38 of file r_model_obj.cpp.

Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().

int mobj_s::num_verts_parsed

Definition at line 39 of file r_model_obj.cpp.

Referenced by R_LoadObjModelLine().

float* mobj_s::texcoords

Definition at line 48 of file r_model_obj.cpp.

Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().

float* mobj_s::verts

Definition at line 40 of file r_model_obj.cpp.

Referenced by R_LoadObjModel(), R_LoadObjModelLine(), and R_LoadObjModelVertexArrays().


The documentation for this struct was generated from the following file: