From 435b1ab185f88ec9716e8abfca61e80b2b44fabd Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Sat, 9 Apr 2011 16:34:41 +0200 Subject: add some basic cloud preferences in prefs > advanced >eye candy - please review perms --- linden/indra/newview/llvoavatar.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'linden/indra/newview/llvoavatar.h') diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h index e585a6a..4d08bf0 100644 --- a/linden/indra/newview/llvoavatar.h +++ b/linden/indra/newview/llvoavatar.h @@ -97,7 +97,11 @@ public: static void initClass(); // Initialize data that's only init'd once per class. static void cleanupClass(); // Cleanup data that's only init'd once per class. static BOOL parseSkeletonFile(const std::string& filename); + static void initCloud(); + static void loadCloud(const std::string& filename, LLPartSysData& particles); + static void saveCloud(const std::string& filename, LLPartSysData& particles); + virtual U32 processUpdateMessage(LLMessageSystem *mesgsys, void **user_data, U32 block_num, @@ -587,7 +591,8 @@ public: static F32 sLODFactor; // user-settable LOD factor static BOOL sJointDebug; // output total number of joints being touched for each avatar static BOOL sDebugAvatarRotation; - static LLPartSysData sCloud; + static LLPartSysData sCloud; + static bool sHasCloud; static S32 sNumVisibleAvatars; // Number of instances of this class -- cgit v1.1