diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-02-22 17:29:38 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2011-02-22 17:29:38 -0500 |
commit | 24c353a1ad00366b9f4ce57492059ce8caf84ba0 (patch) | |
tree | c85c95b68af541a456dc975587e6b9671f16a34e /indra/newview/llvoavatar.h | |
parent | 5c9ea3265408a4a18805a057d7934259b3a50ca1 (diff) |
first pass at clouding avatars that are too complex
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 1152475383..f41c385894 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -263,6 +263,7 @@ public: //--------------------------------------------------------------------
public:
BOOL isFullyLoaded() const;
+ bool isTooComplex() const;
bool visualParamWeightsAreDefault();
protected:
virtual BOOL getIsCloud();
@@ -275,6 +276,7 @@ private: BOOL mPreviousFullyLoaded;
BOOL mFullyLoadedInitialized;
S32 mFullyLoadedFrameCounter;
+ S32 mVisualComplexity;
LLFrameTimer mFullyLoadedTimer;
LLFrameTimer mRuthTimer;
protected:
|