diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llvoavatar.h | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/newview/llvoavatar.h')
-rw-r--r-- | linden/indra/newview/llvoavatar.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h index 427293a..5b92445 100644 --- a/linden/indra/newview/llvoavatar.h +++ b/linden/indra/newview/llvoavatar.h | |||
@@ -52,6 +52,11 @@ | |||
52 | #include "llxmltree.h" | 52 | #include "llxmltree.h" |
53 | #include "llwearable.h" | 53 | #include "llwearable.h" |
54 | 54 | ||
55 | //Ventrella | ||
56 | //#include "llvoiceclient.h" | ||
57 | #include "llvoicevisualizer.h" | ||
58 | //End Ventrella | ||
59 | |||
55 | const S32 VOAVATAR_SCRATCH_TEX_WIDTH = 512; | 60 | const S32 VOAVATAR_SCRATCH_TEX_WIDTH = 512; |
56 | const S32 VOAVATAR_SCRATCH_TEX_HEIGHT = 512; | 61 | const S32 VOAVATAR_SCRATCH_TEX_HEIGHT = 512; |
57 | 62 | ||
@@ -947,6 +952,17 @@ protected: | |||
947 | LLTexLayerSet* getLayerSet(ETextureIndex index) const; | 952 | LLTexLayerSet* getLayerSet(ETextureIndex index) const; |
948 | LLHost getObjectHost() const; | 953 | LLHost getObjectHost() const; |
949 | S32 getLocalDiscardLevel( S32 index); | 954 | S32 getLocalDiscardLevel( S32 index); |
955 | |||
956 | //Ventrella | ||
957 | //----------------------------------------------------------------------------------------------- | ||
958 | // the Voice Visualizer is responsible for detecting the user's voice signal, and when the | ||
959 | // user speaks, it puts a voice symbol over the avatar's head, and triggering gesticulations | ||
960 | //----------------------------------------------------------------------------------------------- | ||
961 | private: | ||
962 | LLVoiceVisualizer * mVoiceVisualizer; | ||
963 | int mCurrentGesticulationLevel; | ||
964 | //End Ventrella | ||
965 | |||
950 | }; | 966 | }; |
951 | 967 | ||
952 | #endif // LL_VO_AVATAR_H | 968 | #endif // LL_VO_AVATAR_H |