diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-04-09 15:41:13 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-04-09 15:41:13 +0100 |
commit | 07b48048c70be3abf6798ee3b9f2535268af5434 (patch) | |
tree | 46550f57eee9a43f7faa6084863421f9169f51ce /indra/newview/llvovolume.cpp | |
parent | b35cfb489a78110b705f7afe878d258523727fa6 (diff) |
SL-897 - more on LI
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r-- | indra/newview/llvovolume.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 9f8c8aba74..9d0f300bac 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -3919,8 +3919,8 @@ F32 LLVOVolume::getStreamingCost(S32* bytes, S32* visible_bytes, F32* unscaled_v F32 radius = getScale().length()*0.5f; // AXON make sure this is consistent with the final simulator-side values. - const F32 ANIMATED_OBJECT_BASE_COST = 10.0f; // placeholder - const F32 ANIMATED_OBJECT_COST_PER_KTRI = 1.0f; //placeholder + const F32 ANIMATED_OBJECT_BASE_COST = 15.0f; // placeholder + const F32 ANIMATED_OBJECT_COST_PER_KTRI = 1.5f; //placeholder F32 linkset_base_cost = 0.f; if (isAnimatedObject() && isRootEdit()) |