From 07b48048c70be3abf6798ee3b9f2535268af5434 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Mon, 9 Apr 2018 15:41:13 +0100 Subject: SL-897 - more on LI --- indra/newview/llvovolume.cpp | 4 ++-- 1 file 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()) -- cgit v1.2.3