diff options
author | Dave Parks <davep@lindenlab.com> | 2010-09-29 18:10:59 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-09-29 18:10:59 -0500 |
commit | d95b08c4a6830fc8a2319e77242d8f76eb4cbdae (patch) | |
tree | 866ff32e97bbb6417390347be6a25cc39fa083bf /indra/newview/llviewerwindow.cpp | |
parent | af5d873719e6eeb653a03b9d3c3d6a8f746c7e31 (diff) | |
parent | 23b4dc61893f90abd49957a9b377312012fa0161 (diff) |
merge
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 90b8e5e0f9..0aaf7f9c12 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -522,6 +522,14 @@ public: ypos += y_inc; + addText(xpos, ypos, llformat("Selection Streaming Cost: %.3f ", LLSelectMgr::getInstance()->getSelection()->getSelectedObjectStreamingCost())); + + ypos += y_inc; + + addText(xpos, ypos, llformat("Selection Triangle Count: %.3f Ktris ", LLSelectMgr::getInstance()->getSelection()->getSelectedObjectTriangleCount()/1000.f)); + + ypos += y_inc; + LLVertexBuffer::sBindCount = LLImageGL::sBindCount = LLVertexBuffer::sSetCount = LLImageGL::sUniqueCount = gPipeline.mNumVisibleNodes = LLPipeline::sVisibleLightCount = 0; |