aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvopartgroup.h
diff options
context:
space:
mode:
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