diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-10-03 22:26:00 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-10-03 22:26:00 +0100 |
commit | 36c44242133697611216375c94d637ef88cd66cc (patch) | |
tree | a1b05fd9bea575436f2a4b40535b94e9f6b93da7 /indra/newview/llvoavatar.h | |
parent | 217df36656fb1a3d309fa0b42de192c369309211 (diff) |
SL-808 - more work on arc display. area calculations still have some issues, especially for animated objects.
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 5f7d23050e..f9a1d7b424 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -438,6 +438,7 @@ public: private: F32 mAttachmentSurfaceArea; //estimated surface area of attachments + F32 mDirectAttachmentSurfaceArea; //estimated surface area of attachments U32 mAttachmentVisibleTriangleCount; F32 mAttachmentEstTriangleCount; bool shouldAlphaMask(); |