Blender  V2.59
Public Attributes
DMVertexAttribs Struct Reference

#include <BKE_DerivedMesh.h>

List of all members.

Public Attributes

struct {
   struct MTFace *   array
   int   emOffset
   int   glIndex
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
orco
int tottface
int totmcol
int tottang
int totorco

Detailed Description

Definition at line 526 of file BKE_DerivedMesh.h.


Member Data Documentation

Definition at line 528 of file BKE_DerivedMesh.h.

Referenced by cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().

Definition at line 533 of file BKE_DerivedMesh.h.

Definition at line 538 of file BKE_DerivedMesh.h.

Definition at line 529 of file BKE_DerivedMesh.h.

Referenced by DM_vertex_attributes_from_gpu().

Definition at line 529 of file BKE_DerivedMesh.h.

Referenced by cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().

struct { ... } DMVertexAttribs::mcol[MAX_MCOL]
struct { ... } DMVertexAttribs::orco
struct { ... } DMVertexAttribs::tang
struct { ... } DMVertexAttribs::tface[MAX_MTFACE]

Definition at line 547 of file BKE_DerivedMesh.h.

Referenced by cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().

Definition at line 547 of file BKE_DerivedMesh.h.

Referenced by cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().

Definition at line 547 of file BKE_DerivedMesh.h.

Referenced by cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().

Definition at line 547 of file BKE_DerivedMesh.h.

Referenced by cdDM_drawMappedFacesGLSL(), and DM_vertex_attributes_from_gpu().


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