Blender V2.61 - r43446
|
#include <RAS_MaterialBucket.h>
Public Types | |
enum | { LINE = 2, TRIANGLE = 3, QUAD = 4 } |
enum | { BUCKET_MAX_INDEX = 65535 } |
enum | { BUCKET_MAX_VERTEX = 65535 } |
Public Attributes | |
vector< RAS_TexVert > | m_vertex |
vector< unsigned short > | m_index |
enum RAS_DisplayArray:: { ... } | m_type |
int | m_users |
Definition at line 80 of file RAS_MaterialBucket.h.
anonymous enum |
Definition at line 86 of file RAS_MaterialBucket.h.
anonymous enum |
Definition at line 92 of file RAS_MaterialBucket.h.
anonymous enum |
Definition at line 93 of file RAS_MaterialBucket.h.
vector<unsigned short> RAS_DisplayArray::m_index |
Definition at line 84 of file RAS_MaterialBucket.h.
Referenced by RAS_MeshSlot::AddPolygonVertex(), RAS_MeshSlot::begin(), RAS_MeshSlot::next(), and RAS_MeshSlot::SetDisplayArray().
enum { ... } RAS_DisplayArray::m_type |
Referenced by RAS_VAOpenGLRasterizer::IndexPrimitives(), RAS_OpenGLRasterizer::IndexPrimitives_3DText(), RAS_OpenGLRasterizer::IndexPrimitivesInternal(), RAS_VAOpenGLRasterizer::IndexPrimitivesMulti(), BL_MeshDeformer::RecalcNormals(), RAS_MeshSlot::SetDisplayArray(), and RAS_MeshObject::SortPolygons().
Definition at line 90 of file RAS_MaterialBucket.h.
Referenced by RAS_MeshSlot::SetDeformer(), and RAS_MeshSlot::SetDisplayArray().
Definition at line 83 of file RAS_MaterialBucket.h.
Referenced by RAS_MeshSlot::AddVertex(), RAS_MeshSlot::begin(), RAS_Polygon::GetVertex(), RAS_Polygon::GetVertexOffsetAbs(), RAS_MeshSlot::next(), and RAS_MeshSlot::SetDisplayArray().