summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-04-24 16:55:55 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-04-24 16:55:55 +0100
commitbc773adf618eb531fdccacd95f4cd51f6b87497a (patch)
treeabfc16457f59a332a3cef455ae635a10fc9b7520 /indra/newview/llvovolume.cpp
parentf954abd9dfbf8f7147e1f5b352c8eadc6a074555 (diff)
MAINT-8549 - refactoring of streaming cost and related calculations
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r--indra/newview/llvovolume.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index bf646eb44b..9db4b3de0c 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -3918,10 +3918,6 @@ 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 = 15.0f;
- const F32 ANIMATED_OBJECT_COST_PER_KTRI = 1.5f;
-
F32 linkset_base_cost = 0.f;
if (isAnimatedObject() && isRootEdit())
{