aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolgrab.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltoolgrab.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/newview/lltoolgrab.h b/linden/indra/newview/lltoolgrab.h
index 5db7fcf..03cbcaf 100644
--- a/linden/indra/newview/lltoolgrab.h
+++ b/linden/indra/newview/lltoolgrab.h
@@ -118,6 +118,14 @@ 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 LLVector3 mLastGrabPos;
128
121 129
122 BOOL mSpinGrabbing; 130 BOOL mSpinGrabbing;
123 LLQuaternion mSpinRotation; 131 LLQuaternion mSpinRotation;