diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-09-09 11:29:25 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-09-09 11:29:25 -0600 |
commit | 01098f5daba77e12fe739a3c8eaa722a95b83ea9 (patch) | |
tree | c0a90beda0f0e2d6e8b66fd1e74a04d54cb8b30e /indra/newview/pipeline.h | |
parent | f04fe8010ab1a0c980ecd197f37da66a7fda0ad6 (diff) |
eliminate some redundant geometry rebuilding operations during teleporting
Diffstat (limited to 'indra/newview/pipeline.h')
-rwxr-xr-x | indra/newview/pipeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index b12dc3edbb..867a515cd5 100755 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -245,6 +245,7 @@ public: void rebuildPriorityGroups(); void rebuildGroups(); void clearRebuildGroups(); + void clearRebuildDrawables(); //calculate pixel area of given box from vantage point of given camera static F32 calcPixelArea(LLVector3 center, LLVector3 size, LLCamera& camera); |