diff options
Diffstat (limited to 'linden/indra/newview/llvoavatar.h')
-rw-r--r-- | linden/indra/newview/llvoavatar.h | 7 |
1 files changed, 6 insertions, 1 deletions
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: | |||
97 | static void initClass(); // Initialize data that's only init'd once per class. | 97 | static void initClass(); // Initialize data that's only init'd once per class. |
98 | static void cleanupClass(); // Cleanup data that's only init'd once per class. | 98 | static void cleanupClass(); // Cleanup data that's only init'd once per class. |
99 | static BOOL parseSkeletonFile(const std::string& filename); | 99 | static BOOL parseSkeletonFile(const std::string& filename); |
100 | |||
100 | static void initCloud(); | 101 | static void initCloud(); |
102 | static void loadCloud(const std::string& filename, LLPartSysData& particles); | ||
103 | static void saveCloud(const std::string& filename, LLPartSysData& particles); | ||
104 | |||
101 | virtual U32 processUpdateMessage(LLMessageSystem *mesgsys, | 105 | virtual U32 processUpdateMessage(LLMessageSystem *mesgsys, |
102 | void **user_data, | 106 | void **user_data, |
103 | U32 block_num, | 107 | U32 block_num, |
@@ -587,7 +591,8 @@ public: | |||
587 | static F32 sLODFactor; // user-settable LOD factor | 591 | static F32 sLODFactor; // user-settable LOD factor |
588 | static BOOL sJointDebug; // output total number of joints being touched for each avatar | 592 | static BOOL sJointDebug; // output total number of joints being touched for each avatar |
589 | static BOOL sDebugAvatarRotation; | 593 | static BOOL sDebugAvatarRotation; |
590 | static LLPartSysData sCloud; | 594 | static LLPartSysData sCloud; |
595 | static bool sHasCloud; | ||
591 | 596 | ||
592 | static S32 sNumVisibleAvatars; // Number of instances of this class | 597 | static S32 sNumVisibleAvatars; // Number of instances of this class |
593 | 598 | ||