summaryrefslogtreecommitdiff
path: root/indra/newview/llagentcamera.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2018-06-06 12:10:57 +0000
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2018-06-06 12:10:57 +0000
commita902b360f2e15801e7efa09775870729a6ccf132 (patch)
tree8e46e8f465f53a2899358e5ea0d05c07bec13c3c /indra/newview/llagentcamera.h
parent5aee1efc0ec6f8d69e6239f0ba5f11db3b5fbe62 (diff)
MAINT-8478 Unable to unzoom camera after zooming object behind draw distance
Diffstat (limited to 'indra/newview/llagentcamera.h')
-rw-r--r--indra/newview/llagentcamera.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagentcamera.h b/indra/newview/llagentcamera.h
index ab793ff316..d087de1e2f 100644
--- a/indra/newview/llagentcamera.h
+++ b/indra/newview/llagentcamera.h
@@ -112,6 +112,8 @@ public:
private:
/** Determines default camera offset depending on the current camera preset */
LLVector3 getCameraOffsetInitial();
+ /** Determines maximum camera distance from target for mouselook, opposite to LAND_MIN_ZOOM */
+ F32 getCameraMaxZoomDistance();
/** Camera preset in Third Person Mode */
ECameraPreset mCameraPreset;