Blender V2.61 - r43446
|
#include <BKE_DerivedMesh.h>
Public Attributes | |
struct { | |
struct MTFace * array | |
int emOffset | |
int glIndex | |
int glTexco | |
} | tface [MAX_MTFACE] |
struct { | |
struct MCol * array | |
int emOffset | |
int glIndex | |
} | mcol [MAX_MCOL] |
struct { | |
float(* array )[4] | |
int emOffset | |
int glIndex | |
} | tang |
struct { | |
float(* array )[3] | |
int emOffset | |
int glIndex | |
int glTexco | |
} | orco |
int | tottface |
int | totmcol |
int | tottang |
int | totorco |
Definition at line 544 of file BKE_DerivedMesh.h.
struct MTFace* DMVertexAttribs::array |
Definition at line 546 of file BKE_DerivedMesh.h.
Referenced by cddm_draw_attrib_vertex(), cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().
float(* DMVertexAttribs::array)[3] |
Definition at line 556 of file BKE_DerivedMesh.h.
struct MCol* DMVertexAttribs::array |
Definition at line 551 of file BKE_DerivedMesh.h.
Definition at line 547 of file BKE_DerivedMesh.h.
Referenced by DM_vertex_attributes_from_gpu().
Definition at line 547 of file BKE_DerivedMesh.h.
Referenced by cddm_draw_attrib_vertex(), cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().
Definition at line 547 of file BKE_DerivedMesh.h.
Referenced by cddm_draw_attrib_vertex(), and DM_vertex_attributes_from_gpu().
struct { ... } DMVertexAttribs::mcol[MAX_MCOL] |
Referenced by cddm_draw_attrib_vertex(), cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().
struct { ... } DMVertexAttribs::orco |
Referenced by cddm_draw_attrib_vertex(), cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().
struct { ... } DMVertexAttribs::tang |
Referenced by cddm_draw_attrib_vertex(), cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().
struct { ... } DMVertexAttribs::tface[MAX_MTFACE] |
Referenced by cddm_draw_attrib_vertex(), cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().
Definition at line 565 of file BKE_DerivedMesh.h.
Referenced by cddm_draw_attrib_vertex(), cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().
Definition at line 565 of file BKE_DerivedMesh.h.
Referenced by cddm_draw_attrib_vertex(), cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().
Definition at line 565 of file BKE_DerivedMesh.h.
Referenced by cddm_draw_attrib_vertex(), cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().
Definition at line 565 of file BKE_DerivedMesh.h.
Referenced by cddm_draw_attrib_vertex(), cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().