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/newview/hippoLimits.h | |
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/newview/hippoLimits.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/hippoLimits.h b/linden/indra/newview/hippoLimits.h index 900480b..7152bcc 100644 --- a/linden/indra/newview/hippoLimits.h +++ b/linden/indra/newview/hippoLimits.h | |||
@@ -12,15 +12,18 @@ public: | |||
12 | float getMinHoleSize() const { return mMinHoleSize; } | 12 | float getMinHoleSize() const { return mMinHoleSize; } |
13 | float getMaxHollow() const { return mMaxHollow; } | 13 | float getMaxHollow() const { return mMaxHollow; } |
14 | float getMaxPrimScale() const { return mMaxPrimScale; } | 14 | float getMaxPrimScale() const { return mMaxPrimScale; } |
15 | S32 getMaxLinkedPrims() const { return mMaxLinkedPrims; } | ||
15 | 16 | ||
16 | void setLimits(); | 17 | void setLimits(); |
17 | 18 | ||
18 | private: | 19 | private: |
19 | int mMaxAgentGroups; | 20 | int mMaxAgentGroups; |
21 | |||
20 | float mMaxHeight; | 22 | float mMaxHeight; |
21 | float mMinHoleSize; | 23 | float mMinHoleSize; |
22 | float mMaxHollow; | 24 | float mMaxHollow; |
23 | float mMaxPrimScale; | 25 | float mMaxPrimScale; |
26 | S32 mMaxLinkedPrims; | ||
24 | 27 | ||
25 | void setOpenSimLimits(); | 28 | void setOpenSimLimits(); |
26 | void setSecondLifeLimits(); | 29 | void setSecondLifeLimits(); |