diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-02-10 18:08:29 -0800 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-02-10 18:08:29 -0800 |
commit | 41b1b2849f397428d19f82f108146cb62a476cab (patch) | |
tree | e756e3164cf791d97f09d4cee7c01e2769fa7c8e /indra/newview/llface.h | |
parent | 93c4a7a18f81ec6fe526d636492f0a7ee11a10db (diff) | |
parent | 60cb3f8fd29b4b978d5f9cbeae4a966ec6160a41 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r-- | indra/newview/llface.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h index e12b64a2f2..bf658dc00c 100644 --- a/indra/newview/llface.h +++ b/indra/newview/llface.h @@ -194,6 +194,9 @@ public: F32 getTextureVirtualSize() ; F32 getImportanceToCamera()const {return mImportanceToCamera ;} + void setHasMedia(bool has_media) { mHasMedia = has_media ;} + BOOL hasMedia() const ; + //for atlas LLTextureAtlasSlot* getAtlasInfo() ; void setAtlasInUse(BOOL flag); @@ -262,7 +265,7 @@ private: //based on the distance from the face to the view point and the angle from the face center to the view direction. F32 mImportanceToCamera ; F32 mBoundingSphereRadius ; - + bool mHasMedia ; //atlas LLPointer<LLTextureAtlasSlot> mAtlasInfop ; |