aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvoavatar.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h
index ff07d81..0c32244 100644
--- a/linden/indra/newview/llvoavatar.h
+++ b/linden/indra/newview/llvoavatar.h
@@ -88,8 +88,6 @@ public:
88 /*virtual*/ void markDead(); 88 /*virtual*/ void markDead();
89 void startDefaultMotions(); 89 void startDefaultMotions();
90 90
91 /*virtual*/ LLVOAvatar* asAvatar(); // KL SD
92
93 static void updateImpostors(); 91 static void updateImpostors();
94 92
95 //-------------------------------------------------------------------- 93 //--------------------------------------------------------------------
@@ -139,7 +137,7 @@ public:
139 LLVector3* bi_normal = NULL // return the surface bi-normal at the intersection point 137 LLVector3* bi_normal = NULL // return the surface bi-normal at the intersection point
140 ); 138 );
141 139
142 /*virtual*/ void updateTextures(LLAgent &agent); // KL SD 140 /*virtual*/ void updateTextures();
143 // If setting a baked texture, need to request it from a non-local sim. 141 // If setting a baked texture, need to request it from a non-local sim.
144 /*virtual*/ S32 setTETexture(const U8 te, const LLUUID& uuid); 142 /*virtual*/ S32 setTETexture(const U8 te, const LLUUID& uuid);
145 /*virtual*/ void onShift(const LLVector3& shift_vector); 143 /*virtual*/ void onShift(const LLVector3& shift_vector);
@@ -157,8 +155,6 @@ public:
157 155
158 /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline); 156 /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline);
159 /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); 157 /*virtual*/ BOOL updateGeometry(LLDrawable *drawable);
160 /*virtual*/ void updateGL();
161
162 158
163 /*virtual*/ void setPixelAreaAndAngle(LLAgent &agent); 159 /*virtual*/ void setPixelAreaAndAngle(LLAgent &agent);
164 BOOL updateJointLODs(); 160 BOOL updateJointLODs();
@@ -478,7 +474,6 @@ private:
478 LLFrameTimer mTypingTimer; 474 LLFrameTimer mTypingTimer;
479 475
480 //-------------------------------------------------------------------- 476 //--------------------------------------------------------------------
481 BOOL mMeshTexturesDirty;
482 // wind rippling in clothes 477 // wind rippling in clothes
483 //-------------------------------------------------------------------- 478 //--------------------------------------------------------------------
484public: 479public:
@@ -575,7 +570,6 @@ public:
575 static BOOL sShowAnimationDebug; // show animation debug info 570 static BOOL sShowAnimationDebug; // show animation debug info
576 static BOOL sUseImpostors; //use impostors for far away avatars 571 static BOOL sUseImpostors; //use impostors for far away avatars
577 static BOOL sShowFootPlane; // show foot collision plane reported by server 572 static BOOL sShowFootPlane; // show foot collision plane reported by server
578 static BOOL sShowCollisionVolumes; // show skeletal collision volumes // KL SD
579 static BOOL sVisibleInFirstPerson; 573 static BOOL sVisibleInFirstPerson;
580 static S32 sNumLODChangesThisFrame; 574 static S32 sNumLODChangesThisFrame;
581 static S32 sNumVisibleChatBubbles; 575 static S32 sNumVisibleChatBubbles;
@@ -777,7 +771,7 @@ private:
777 LLUUID mLastTextureIndex; 771 LLUUID mLastTextureIndex;
778 LLTexLayerSet* mTexLayerSet; 772 LLTexLayerSet* mTexLayerSet;
779 bool mIsLoaded; 773 bool mIsLoaded;
780 //bool mIsUsed; // KL SG 774 bool mIsUsed;
781 LLVOAvatarDefines::ETextureIndex mTextureIndex; 775 LLVOAvatarDefines::ETextureIndex mTextureIndex;
782 U32 mMaskTexName; 776 U32 mMaskTexName;
783 // Stores pointers to the joint meshes that this baked texture deals with 777 // Stores pointers to the joint meshes that this baked texture deals with