![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <model_q3bsp.h>
Data Fields | |
unsigned char | color4ub [4] |
float | lightmap2f [2] |
float | normal3f [3] |
float | origin3f [3] |
float | texcoord2f [2] |
Definition at line 116 of file model_q3bsp.h.
unsigned char q3dvertex_t::color4ub[4] |
Definition at line 122 of file model_q3bsp.h.
Referenced by Mod_Q3BSP_LoadVertices().
float q3dvertex_t::lightmap2f[2] |
Definition at line 120 of file model_q3bsp.h.
Referenced by Mod_Q3BSP_LoadVertices().
float q3dvertex_t::normal3f[3] |
Definition at line 121 of file model_q3bsp.h.
Referenced by Mod_Q3BSP_LoadVertices().
float q3dvertex_t::origin3f[3] |
Definition at line 118 of file model_q3bsp.h.
Referenced by Mod_Q3BSP_LoadVertices().
float q3dvertex_t::texcoord2f[2] |
Definition at line 119 of file model_q3bsp.h.
Referenced by Mod_Q3BSP_LoadVertices().