diff options
author | Armin Weatherwax | 2010-04-08 20:42:06 +0200 |
---|---|---|
committer | Armin Weatherwax | 2010-04-12 17:11:07 +0200 |
commit | 4a683110f77060889a755fd77c814e79eeb80298 (patch) | |
tree | 3a00e38ac302480aaa6146c584684ab3b1d0df2a /linden/indra/llcommon | |
parent | fix: Bug #239 by reverting commit 187e36f6: invisible Textures on HG (diff) | |
download | meta-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.h | 1 |
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; | |||
102 | const F32 MAX_AGENT_HEIGHT = 2.65f - 2.0f * COLLISION_TOLERANCE; | 102 | const F32 MAX_AGENT_HEIGHT = 2.65f - 2.0f * COLLISION_TOLERANCE; |
103 | 103 | ||
104 | // For linked sets | 104 | // For linked sets |
105 | const S32 MAX_CHILDREN_PER_TASK = 255; | ||
106 | const S32 MAX_CHILDREN_PER_PHYSICAL_TASK = 32; | 105 | const S32 MAX_CHILDREN_PER_PHYSICAL_TASK = 32; |
107 | 106 | ||
108 | const S32 MAX_JOINTS_PER_OBJECT = 1; // limiting to 1 until Havok 2.x | 107 | const S32 MAX_JOINTS_PER_OBJECT = 1; // limiting to 1 until Havok 2.x |