diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-10-02 21:52:24 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-10-02 21:52:24 +0100 |
commit | 217df36656fb1a3d309fa0b42de192c369309211 (patch) | |
tree | 70296809f57ceb6a1bbf57ade27fe6d73fbce616 /indra/newview/llviewerobject.h | |
parent | 853924c7efd5c1d067c237d5a44c44db313745e9 (diff) |
SL-808 - updated ARC display to largely work with animated objects. Gives some triangle information that we may or may not ultimately keep. Surface area calcs still not working
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 345fd1fb27..a84b6da96c 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -364,6 +364,8 @@ public: virtual U32 getTriangleCount(S32* vcount = NULL) const; virtual U32 getHighLODTriangleCount(); + U32 recursiveGetTriangleCount(S32* vcount = NULL) const; + void setObjectCost(F32 cost); F32 getObjectCost(); |