aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcharacter/lljoint.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/llcharacter/lljoint.h
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-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 '')
-rw-r--r--linden/indra/llcharacter/lljoint.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/linden/indra/llcharacter/lljoint.h b/linden/indra/llcharacter/lljoint.h
index f188968..d1e0107 100644
--- a/linden/indra/llcharacter/lljoint.h
+++ b/linden/indra/llcharacter/lljoint.h
@@ -85,7 +85,6 @@ protected:
85 85
86public: 86public:
87 U32 mDirtyFlags; 87 U32 mDirtyFlags;
88 BOOL mWorldRotationDirty;
89 BOOL mUpdateXform; 88 BOOL mUpdateXform;
90 89
91 // describes the skin binding pose 90 // describes the skin binding pose
@@ -93,8 +92,6 @@ public:
93 92
94 S32 mJointNum; 93 S32 mJointNum;
95 94
96 LLDynamicArray<LLVector3> mConstraintSilhouette;
97
98 // child joints 95 // child joints
99 typedef std::list<LLJoint*> child_list_t; 96 typedef std::list<LLJoint*> child_list_t;
100 child_list_t mChildren; 97 child_list_t mChildren;
@@ -171,8 +168,6 @@ public:
171 168
172 LLXformMatrix *getXform() { return &mXform; } 169 LLXformMatrix *getXform() { return &mXform; }
173 170
174 void setConstraintSilhouette(LLDynamicArray<LLVector3>& silhouette);
175
176 void clampRotation(LLQuaternion old_rot, LLQuaternion new_rot); 171 void clampRotation(LLQuaternion old_rot, LLQuaternion new_rot);
177 172
178 virtual BOOL isAnimatable() { return TRUE; } 173 virtual BOOL isAnimatable() { return TRUE; }