#include <gl.h>
Public Attributes | |
int | numverts |
int | numtris |
int | numindices |
QGL_INDEX_TYPE * | indices |
maliasvert_t * | verts |
maliastc_t * | tcoords |
image_t * | skins [MAX_ALIAS_SKINS] |
int | numskins |
int | idx_offset |
int | vertex_offset |
int * | indices |
vec3_t * | positions |
vec3_t * | normals |
vec2_t * | tex_coords |
vec4_t * | tangents |
struct pbr_material_s * | materials [MAX_ALIAS_SKINS] |
int maliasmesh_s::idx_offset |
Definition at line 696 of file vkpt.h.
Referenced by process_regular_entity().
QGL_INDEX_TYPE* maliasmesh_s::indices |
Definition at line 236 of file gl.h.
Referenced by computeTangents(), draw_alias_mesh(), draw_celshading(), draw_shadow(), export_obj_frames(), MOD_LoadMD2_GL(), and MOD_LoadMD2_RTX().
struct pbr_material_s* maliasmesh_s::materials[MAX_ALIAS_SKINS] |
Definition at line 703 of file vkpt.h.
Referenced by get_mesh_material(), MOD_LoadMD2_RTX(), and MOD_Reference_RTX().
vec3_t* maliasmesh_s::normals |
Definition at line 700 of file vkpt.h.
Referenced by computeTangents(), export_obj_frames(), and MOD_LoadMD2_RTX().
int maliasmesh_s::numindices |
Definition at line 235 of file gl.h.
Referenced by computeTangents(), draw_alias_mesh(), draw_celshading(), draw_shadow(), export_obj_frames(), MOD_LoadMD2_GL(), and MOD_LoadMD2_RTX().
int maliasmesh_s::numskins |
Definition at line 240 of file gl.h.
Referenced by MOD_LoadMD2_GL(), MOD_LoadMD2_RTX(), MOD_Reference_GL(), MOD_Reference_RTX(), and texnum_for_mesh().
int maliasmesh_s::numtris |
Definition at line 234 of file gl.h.
Referenced by computeTangents(), draw_alias_mesh(), export_obj_frames(), MOD_LoadMD2_GL(), MOD_LoadMD2_RTX(), and process_regular_entity().
int maliasmesh_s::numverts |
Definition at line 233 of file gl.h.
Referenced by computeTangents(), draw_alias_mesh(), export_obj_frames(), fill_model_instance(), MOD_LoadMD2_GL(), MOD_LoadMD2_RTX(), tess_lerped_plain(), tess_lerped_shade(), tess_lerped_shell(), tess_static_plain(), tess_static_shade(), and tess_static_shell().
vec3_t* maliasmesh_s::positions |
Definition at line 699 of file vkpt.h.
Referenced by computeTangents(), export_obj_frames(), and MOD_LoadMD2_RTX().
image_t* maliasmesh_s::skins[MAX_ALIAS_SKINS] |
Definition at line 239 of file gl.h.
Referenced by MOD_LoadMD2_GL(), MOD_Reference_GL(), and texnum_for_mesh().
vec4_t* maliasmesh_s::tangents |
Definition at line 702 of file vkpt.h.
Referenced by computeTangents(), and MOD_LoadMD2_RTX().
maliastc_t* maliasmesh_s::tcoords |
Definition at line 238 of file gl.h.
Referenced by draw_alias_mesh(), and MOD_LoadMD2_GL().
vec2_t* maliasmesh_s::tex_coords |
Definition at line 701 of file vkpt.h.
Referenced by computeTangents(), export_obj_frames(), and MOD_LoadMD2_RTX().
int maliasmesh_s::vertex_offset |
Definition at line 697 of file vkpt.h.
Referenced by fill_model_instance().
maliasvert_t* maliasmesh_s::verts |
Definition at line 237 of file gl.h.
Referenced by MOD_LoadMD2_GL(), tess_lerped_plain(), tess_lerped_shade(), tess_lerped_shell(), tess_static_plain(), tess_static_shade(), and tess_static_shell().