aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvotextbubble.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvotextbubble.h')
-rw-r--r--linden/indra/newview/llvotextbubble.h12
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
34class LLVOTextBubble : public LLViewerObject 34class LLVOTextBubble : public LLAlphaObject
35{ 35{
36public: 36public:
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;