From 4cdef469977e8907b06e1fafb4d7c54a6eff93f9 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 18 Sep 2009 08:52:24 -0700 Subject: Dynamically change max prim size depending upon LL/OpenSim grid (added setting for opensim detection: LoggedIntoOpenSim). OpenSim max is 128m --- linden/indra/newview/llmanipscale.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/newview/llmanipscale.h') diff --git a/linden/indra/newview/llmanipscale.h b/linden/indra/newview/llmanipscale.h index 98d8c63..c60cb69 100644 --- a/linden/indra/newview/llmanipscale.h +++ b/linden/indra/newview/llmanipscale.h @@ -88,6 +88,8 @@ public: static void setShowAxes( BOOL b ); static BOOL getShowAxes(); + static F32 getMaxPrimSize(); + private: void renderCorners( const LLBBox& local_bbox ); void renderFaces( const LLBBox& local_bbox ); @@ -165,6 +167,7 @@ private: F32 mScaleSnapValue; BOOL mInSnapRegime; F32* mManipulatorScales; + F32 mMaxPrimSize; }; #endif // LL_MANIPSCALE_H -- cgit v1.1