aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon
diff options
context:
space:
mode:
authorArmin Weatherwax2010-04-08 20:42:06 +0200
committerArmin Weatherwax2010-04-12 17:11:07 +0200
commit4a683110f77060889a755fd77c814e79eeb80298 (patch)
tree3a00e38ac302480aaa6146c584684ab3b1d0df2a /linden/indra/llcommon
parentfix: Bug #239 by reverting commit 187e36f6: invisible Textures on HG (diff)
downloadmeta-impy-4a683110f77060889a755fd77c814e79eeb80298.zip
meta-impy-4a683110f77060889a755fd77c814e79eeb80298.tar.gz
meta-impy-4a683110f77060889a755fd77c814e79eeb80298.tar.bz2
meta-impy-4a683110f77060889a755fd77c814e79eeb80298.tar.xz
remove link limits: (take 2) depending on grid.
Seems OSim creates several linksets though.
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/indra_constants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llcommon/indra_constants.h b/linden/indra/llcommon/indra_constants.h
index ae7863d..96c0a1f 100644
--- a/linden/indra/llcommon/indra_constants.h
+++ b/linden/indra/llcommon/indra_constants.h
@@ -102,7 +102,6 @@ const F32 DEFAULT_AGENT_HEIGHT = 1.9f;
102const F32 MAX_AGENT_HEIGHT = 2.65f - 2.0f * COLLISION_TOLERANCE; 102const F32 MAX_AGENT_HEIGHT = 2.65f - 2.0f * COLLISION_TOLERANCE;
103 103
104// For linked sets 104// For linked sets
105const S32 MAX_CHILDREN_PER_TASK = 255;
106const S32 MAX_CHILDREN_PER_PHYSICAL_TASK = 32; 105const S32 MAX_CHILDREN_PER_PHYSICAL_TASK = 32;
107 106
108const S32 MAX_JOINTS_PER_OBJECT = 1; // limiting to 1 until Havok 2.x 107const S32 MAX_JOINTS_PER_OBJECT = 1; // limiting to 1 until Havok 2.x