aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvotextbubble.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llvotextbubble.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-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.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;