aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolgrab.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-10-03 18:05:46 -0500
committerJacek Antonelli2008-10-03 18:06:00 -0500
commit04f9d0b7cef929ad9acdea37bf5f826850993c52 (patch)
tree4f89e6ad443f04b66d562af0bbae7e95cb44dc24 /linden/indra/newview/lltoolgrab.h
parentSecond Life viewer sources 1.21.3-RC (diff)
downloadmeta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.zip
meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.tar.gz
meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.tar.bz2
meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.tar.xz
Second Life viewer sources 1.21.4-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltoolgrab.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/lltoolgrab.h b/linden/indra/newview/lltoolgrab.h
index 5db7fcf..af66e0d 100644
--- a/linden/indra/newview/lltoolgrab.h
+++ b/linden/indra/newview/lltoolgrab.h
@@ -118,6 +118,13 @@ private:
118 BOOL mOutsideSlop; // has mouse moved outside center 5 pixels? 118 BOOL mOutsideSlop; // has mouse moved outside center 5 pixels?
119 BOOL mDeselectedThisClick; 119 BOOL mDeselectedThisClick;
120 120
121 S32 mLastFace;
122 LLVector2 mLastUVCoords;
123 LLVector2 mLastSTCoords;
124 LLVector3 mLastIntersection;
125 LLVector3 mLastNormal;
126 LLVector3 mLastBinormal;
127
121 128
122 BOOL mSpinGrabbing; 129 BOOL mSpinGrabbing;
123 LLQuaternion mSpinRotation; 130 LLQuaternion mSpinRotation;