diff options
-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()) |