diff options
author | Dave Parks <davep@lindenlab.com> | 2011-08-20 15:33:57 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-08-20 15:33:57 -0500 |
commit | 63c420d8ddb7cc738877d2771b1c3b8972a4de09 (patch) | |
tree | 848fa13efb4b23e4661ea865a186c97fc24de021 /indra/newview/llspatialpartition.h | |
parent | e18e1375a0dc7993547b5be89fdfc47735d305e4 (diff) | |
parent | 0e496309d6cb7581c9f69b7da244699c382750ac (diff) |
Merge
Diffstat (limited to 'indra/newview/llspatialpartition.h')
-rw-r--r-- | indra/newview/llspatialpartition.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llspatialpartition.h b/indra/newview/llspatialpartition.h index 54d5d36f6e..11955540c6 100644 --- a/indra/newview/llspatialpartition.h +++ b/indra/newview/llspatialpartition.h @@ -282,6 +282,7 @@ public: LLSpatialGroup(OctreeNode* node, LLSpatialPartition* part); + BOOL isHUDGroup() ; BOOL isDead() { return isState(DEAD); } BOOL isState(U32 state) const; BOOL isOcclusionState(U32 state) const { return mOcclusionState[LLViewerCamera::sCurCameraID] & state ? TRUE : FALSE; } @@ -470,6 +471,7 @@ public: S32 cull(LLCamera &camera, std::vector<LLDrawable *>* results = NULL, BOOL for_select = FALSE); // Cull on arbitrary frustum BOOL isVisible(const LLVector3& v); + bool isHUDPartition() ; virtual LLSpatialBridge* asBridge() { return NULL; } virtual BOOL isBridge() { return asBridge() != NULL; } |