diff options
author | Dave Parks <davep@lindenlab.com> | 2011-04-04 12:19:14 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-04-04 12:19:14 -0500 |
commit | 844c3ec724c0183c6158ca742404018ad8deb9b5 (patch) | |
tree | 2ae2860a6c38c4ad9fa299105f05e594a9ac7790 /indra/newview/llviewerobject.h | |
parent | 3a08499572250b46d061106298e2d2777276efc1 (diff) |
SH-477 Scene stats console work in progress.
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 44f46b8c0f..e417343bec 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -328,6 +328,7 @@ public: virtual F32 getStreamingCost(S32* bytes = NULL, S32* visible_bytes = NULL); virtual U32 getTriangleCount(); + virtual U32 getHighLODTriangleCount(); void setObjectCost(F32 cost); F32 getObjectCost(); |