aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvopartgroup.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-01 17:39:58 -0600
committerJacek Antonelli2008-12-01 17:40:06 -0600
commit7abecb48babe6a6f09bf6692ba55076546cfced9 (patch)
tree8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/newview/llvopartgroup.h
parentSecond Life viewer sources 1.21.6 (diff)
downloadmeta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz
Second Life viewer sources 1.22.0-RC
Diffstat (limited to 'linden/indra/newview/llvopartgroup.h')
-rw-r--r--linden/indra/newview/llvopartgroup.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/linden/indra/newview/llvopartgroup.h b/linden/indra/newview/llvopartgroup.h
index 5fe6750..037aa63 100644
--- a/linden/indra/newview/llvopartgroup.h
+++ b/linden/indra/newview/llvopartgroup.h
@@ -80,6 +80,23 @@ protected:
80 ~LLVOPartGroup(); 80 ~LLVOPartGroup();
81 81
82 LLViewerPartGroup *mViewerPartGroupp; 82 LLViewerPartGroup *mViewerPartGroupp;
83
84 virtual LLVector3 getCameraPosition() const;
85
86};
87
88
89class LLVOHUDPartGroup : public LLVOPartGroup
90{
91public:
92 LLVOHUDPartGroup(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp) :
93 LLVOPartGroup(id, pcode, regionp)
94 {
95 }
96protected:
97 LLDrawable* createDrawable(LLPipeline *pipeline);
98 U32 getPartitionType() const;
99 virtual LLVector3 getCameraPosition() const;
83}; 100};
84 101
85#endif // LL_LLVOPARTGROUP_H 102#endif // LL_LLVOPARTGROUP_H