summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r--indra/newview/llagent.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h
index ea9138fdd1..db7fafbba8 100644
--- a/indra/newview/llagent.h
+++ b/indra/newview/llagent.h
@@ -151,7 +151,9 @@ public:
void sendReliableMessage();
LLVector3d calcCameraPositionTargetGlobal(BOOL *hit_limit = NULL); // Calculate the camera position target
- LLVector3d calcFocusPositionTargetGlobal(); // target for this mode
+ LLVector3d calcFocusPositionTargetGlobal();
+ LLVector3d calcThirdPersonFocusOffset();
+ // target for this mode
LLVector3d getCameraPositionGlobal() const;
const LLVector3 &getCameraPositionAgent() const;
F32 calcCameraFOVZoomFactor();