diff options
| author | maxim_productengine <mnikolenko@productengine.com> | 2020-01-17 17:54:40 +0200 |
|---|---|---|
| committer | maxim_productengine <mnikolenko@productengine.com> | 2020-01-17 17:54:40 +0200 |
| commit | fcbccd59d98ea0a4a11b26da6b19a9f90f65dae5 (patch) | |
| tree | 28752362c2ba4f1dfd2bbf63af446b2fc58ab5a9 /indra/newview/llagentcamera.h | |
| parent | 65ea59904c3372102f8c31d3876a231607d7525a (diff) | |
SL-12424 Allow saving offsets based on current camera position
Diffstat (limited to 'indra/newview/llagentcamera.h')
| -rw-r--r-- | indra/newview/llagentcamera.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llagentcamera.h b/indra/newview/llagentcamera.h index 6e73b7b0f0..af65ab431a 100644 --- a/indra/newview/llagentcamera.h +++ b/indra/newview/llagentcamera.h @@ -117,6 +117,10 @@ public: /** Determines default focus offset depending on the current camera preset */ LLVector3d getFocusOffsetInitial(); + LLVector3 getCurrentCameraOffset(); + LLVector3d getCurrentFocusOffset(); + bool isJoystickCameraUsed(); + private: /** Determines maximum camera distance from target for mouselook, opposite to LAND_MIN_ZOOM */ F32 getCameraMaxZoomDistance(); |
