Blender V2.61 - r43446
Public Attributes

DMVertexAttribs Struct Reference

#include <BKE_DerivedMesh.h>

List of all members.

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

Detailed Description

Definition at line 544 of file BKE_DerivedMesh.h.


Member Data Documentation

Definition at line 556 of file BKE_DerivedMesh.h.

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(), and DM_vertex_attributes_from_gpu().

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

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