diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llvotextbubble.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/llvotextbubble.h')
-rw-r--r-- | linden/indra/newview/llvotextbubble.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/linden/indra/newview/llvotextbubble.h b/linden/indra/newview/llvotextbubble.h index b77ed1a..bd1d241 100644 --- a/linden/indra/newview/llvotextbubble.h +++ b/linden/indra/newview/llvotextbubble.h | |||
@@ -31,7 +31,7 @@ | |||
31 | #include "llviewerobject.h" | 31 | #include "llviewerobject.h" |
32 | #include "llframetimer.h" | 32 | #include "llframetimer.h" |
33 | 33 | ||
34 | class LLVOTextBubble : public LLViewerObject | 34 | class LLVOTextBubble : public LLAlphaObject |
35 | { | 35 | { |
36 | public: | 36 | public: |
37 | LLVOTextBubble(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp); | 37 | LLVOTextBubble(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp); |
@@ -44,6 +44,16 @@ public: | |||
44 | /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline); | 44 | /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline); |
45 | /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); | 45 | /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); |
46 | /*virtual*/ BOOL updateLOD(); | 46 | /*virtual*/ BOOL updateLOD(); |
47 | /*virtual*/ void updateFaceSize(S32 idx); | ||
48 | |||
49 | /*virtual*/ void getGeometry(S32 idx, | ||
50 | LLStrider<LLVector3>& verticesp, | ||
51 | LLStrider<LLVector3>& normalsp, | ||
52 | LLStrider<LLVector2>& texcoordsp, | ||
53 | LLStrider<LLColor4U>& colorsp, | ||
54 | LLStrider<U32>& indicesp); | ||
55 | |||
56 | virtual U32 getPartitionType() const; | ||
47 | 57 | ||
48 | LLColor4 mColor; | 58 | LLColor4 mColor; |
49 | S32 mLOD; | 59 | S32 mLOD; |