aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvoavatar.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h
index 8265e8a..802d3a0 100644
--- a/linden/indra/newview/llvoavatar.h
+++ b/linden/indra/newview/llvoavatar.h
@@ -913,6 +913,9 @@ public:
913 static BOOL sJointDebug; 913 static BOOL sJointDebug;
914 static ETextureIndex sBakedTextureIndices[BAKED_TEXTURE_COUNT]; 914 static ETextureIndex sBakedTextureIndices[BAKED_TEXTURE_COUNT];
915 915
916 static F32 sUnbakedTime; // Total seconds with >=1 unbaked avatars
917 static F32 sGreyTime; // Total seconds with >=1 grey avatars
918
916 //-------------------------------------------------------------------- 919 //--------------------------------------------------------------------
917 // Texture Layer Sets and Global Colors 920 // Texture Layer Sets and Global Colors
918 //-------------------------------------------------------------------- 921 //--------------------------------------------------------------------
@@ -977,6 +980,7 @@ protected:
977 F32 mLastFadeDistance; 980 F32 mLastFadeDistance;
978 F32 mMinPixelArea; // debug 981 F32 mMinPixelArea; // debug
979 F32 mMaxPixelArea; // debug 982 F32 mMaxPixelArea; // debug
983 BOOL mHasGrey; // debug
980 984
981 //-------------------------------------------------------------------- 985 //--------------------------------------------------------------------
982 // Global Colors 986 // Global Colors
@@ -1012,7 +1016,7 @@ protected:
1012 1016
1013 BOOL isFullyBaked(); 1017 BOOL isFullyBaked();
1014 void deleteLayerSetCaches(); 1018 void deleteLayerSetCaches();
1015 static BOOL areAllNearbyInstancesBaked(); 1019 static BOOL areAllNearbyInstancesBaked(S32& grey_avatars);
1016 1020
1017 static void onBakedTextureMasksLoaded(BOOL success, LLViewerImage *src_vi, LLImageRaw* src, LLImageRaw* aux_src, S32 discard_level, BOOL final, void* userdata); 1021 static void onBakedTextureMasksLoaded(BOOL success, LLViewerImage *src_vi, LLImageRaw* src, LLImageRaw* aux_src, S32 discard_level, BOOL final, void* userdata);
1018 1022