From 04f9d0b7cef929ad9acdea37bf5f826850993c52 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 3 Oct 2008 18:05:46 -0500 Subject: Second Life viewer sources 1.21.4-RC --- linden/indra/newview/lltoolgrab.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'linden/indra/newview/lltoolgrab.h') 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: BOOL mOutsideSlop; // has mouse moved outside center 5 pixels? BOOL mDeselectedThisClick; + S32 mLastFace; + LLVector2 mLastUVCoords; + LLVector2 mLastSTCoords; + LLVector3 mLastIntersection; + LLVector3 mLastNormal; + LLVector3 mLastBinormal; + BOOL mSpinGrabbing; LLQuaternion mSpinRotation; -- cgit v1.1 From f6276d08ec2d6a7ce1ac568c77771162bd8cece5 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Wed, 8 Oct 2008 00:59:21 -0500 Subject: Second Life viewer sources 1.21.5-RC --- linden/indra/newview/lltoolgrab.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/indra/newview/lltoolgrab.h') diff --git a/linden/indra/newview/lltoolgrab.h b/linden/indra/newview/lltoolgrab.h index af66e0d..03cbcaf 100644 --- a/linden/indra/newview/lltoolgrab.h +++ b/linden/indra/newview/lltoolgrab.h @@ -124,6 +124,7 @@ private: LLVector3 mLastIntersection; LLVector3 mLastNormal; LLVector3 mLastBinormal; + LLVector3 mLastGrabPos; BOOL mSpinGrabbing; -- cgit v1.1