#include <llspatialpartition.h>
Inheritance diagram for LLDrawInfo:
Public Member Functions | |
LLDrawInfo (U32 start, U32 end, U32 count, U32 offset, LLViewerImage *image, LLVertexBuffer *buffer, BOOL fullbright=FALSE, U8 bump=0, BOOL particle=FALSE, F32 part_size=0) | |
Public Attributes | |
LLPointer< LLVertexBuffer > | mVertexBuffer |
LLPointer< LLViewerImage > | mTexture |
LLPointer< LLCubeMap > | mReflectionMap |
LLColor4U | mGlowColor |
const LLMatrix4 * | mTextureMatrix |
U32 | mStart |
U32 | mEnd |
U32 | mCount |
U32 | mOffset |
BOOL | mFullbright |
U8 | mBump |
BOOL | mParticle |
F32 | mPartSize |
F32 | mVSize |
Protected Member Functions | |
~LLDrawInfo () | |
Classes | |
struct | CompareBump |
struct | CompareTexture |
struct | CompareTexturePtr |
Definition at line 52 of file llspatialpartition.h.
LLDrawInfo::~LLDrawInfo | ( | ) | [protected] |
Definition at line 2900 of file llspatialpartition.cpp.
LLDrawInfo::LLDrawInfo | ( | U32 | start, | |
U32 | end, | |||
U32 | count, | |||
U32 | offset, | |||
LLViewerImage * | image, | |||
LLVertexBuffer * | buffer, | |||
BOOL | fullbright = FALSE , |
|||
U8 | bump = 0 , |
|||
BOOL | particle = FALSE , |
|||
F32 | part_size = 0 | |||
) |
Definition at line 2881 of file llspatialpartition.cpp.
Definition at line 73 of file llspatialpartition.h.
Definition at line 70 of file llspatialpartition.h.
Definition at line 69 of file llspatialpartition.h.
Definition at line 72 of file llspatialpartition.h.
Definition at line 66 of file llspatialpartition.h.
Definition at line 71 of file llspatialpartition.h.
Definition at line 74 of file llspatialpartition.h.
Definition at line 75 of file llspatialpartition.h.
Definition at line 65 of file llspatialpartition.h.
Definition at line 68 of file llspatialpartition.h.
Definition at line 64 of file llspatialpartition.h.
Referenced by LLDrawInfo::CompareTexture::operator()().
Definition at line 67 of file llspatialpartition.h.
Definition at line 63 of file llspatialpartition.h.
Definition at line 76 of file llspatialpartition.h.
Referenced by LLParticlePartition::getGeometry().