aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/hippoLimits.h
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/newview/hippoLimits.h
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/newview/hippoLimits.h3
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
18private: 19private:
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();