UFO: Alien Invasion
Loading...
Searching...
No Matches
mobj_t Struct Reference
Collaboration diagram for mobj_t:
Collaboration graph

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

◆ normals

float* mobj_t::normals

Definition at line 44 of file r_model_obj.cpp.

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

◆ num_normals

int mobj_t::num_normals

Definition at line 42 of file r_model_obj.cpp.

Referenced by R_LoadObjModel(), and R_LoadObjModelLine().

◆ num_normals_parsed

int mobj_t::num_normals_parsed

Definition at line 43 of file r_model_obj.cpp.

Referenced by R_LoadObjModelLine().

◆ num_texcoords

int mobj_t::num_texcoords

Definition at line 46 of file r_model_obj.cpp.

Referenced by R_LoadObjModel(), and R_LoadObjModelLine().

◆ num_texcoords_parsed

int mobj_t::num_texcoords_parsed

Definition at line 47 of file r_model_obj.cpp.

Referenced by R_LoadObjModelLine().

◆ num_tris

int mobj_t::num_tris

Definition at line 50 of file r_model_obj.cpp.

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

◆ num_tris_parsed

int mobj_t::num_tris_parsed

Definition at line 51 of file r_model_obj.cpp.

Referenced by R_LoadObjModelLine(), and R_LoadObjModelTris().

◆ num_verts

int mobj_t::num_verts

Definition at line 38 of file r_model_obj.cpp.

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

◆ num_verts_parsed

int mobj_t::num_verts_parsed

Definition at line 39 of file r_model_obj.cpp.

Referenced by R_LoadObjModelLine().

◆ texcoords

float* mobj_t::texcoords

Definition at line 48 of file r_model_obj.cpp.

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

◆ tris

◆ verts

float* mobj_t::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: