aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolgrab.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-10-17 20:01:38 -0500
committerJacek Antonelli2008-10-17 20:01:38 -0500
commitfdf944fb0355249d73c4e25ee86e9ffd378e7d4b (patch)
tree2e5c51fe0e6d5757f984721e01cc097801d927e7 /linden/indra/newview/lltoolgrab.h
parentRebranded Windows-specific installer/support files. (diff)
parentUpdated source to SL version 1.21.6. (diff)
downloadmeta-impy-fdf944fb0355249d73c4e25ee86e9ffd378e7d4b.zip
meta-impy-fdf944fb0355249d73c4e25ee86e9ffd378e7d4b.tar.gz
meta-impy-fdf944fb0355249d73c4e25ee86e9ffd378e7d4b.tar.bz2
meta-impy-fdf944fb0355249d73c4e25ee86e9ffd378e7d4b.tar.xz
Merge branch 'merge-1.21.6' into rebranding
Conflicts: linden/indra/newview/installers/windows/installer_template.nsi linden/indra/newview/llappviewer.cpp
Diffstat (limited to 'linden/indra/newview/lltoolgrab.h')
-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;