summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-06-13 19:39:10 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-06-13 19:39:10 +0100
commitabcddc97cf01fb61bc4b77ab492c02e3985bb1e1 (patch)
tree18da3a70cc6c1e483c00c63d146d1a683f1139c0 /indra/newview/llvoavatar.h
parenta8c87d5ba8082f60a5a7c2ed40563df50c439ee5 (diff)
SL-915, MAINT-8554 - WIP on managing dynamic avatar bounding box, using to constrain encroachment by animated objects
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 42b04ef870..d80f0ad713 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -525,6 +525,7 @@ public:
static void updateImpostors();
LLRenderTarget mImpostor;
BOOL mNeedsImpostorUpdate;
+ const LLVector3* getLastAnimExtents() const { return mLastAnimExtents; }
private:
LLVector3 mImpostorOffset;
LLVector2 mImpostorDim;