aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llmanipscale.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-18 17:58:27 -0700
committerMcCabe Maxsted2009-10-18 17:58:27 -0700
commite4b0e7c82d670081c071d8a3da31b5ec407b8e07 (patch)
tree9410962bbb582eedbec448139e217f2714050777 /linden/indra/newview/llmanipscale.h
parentStarted 1.3.0 branch (diff)
parentUpdated and added some Linux libs. (diff)
downloadmeta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.zip
meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.gz
meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.bz2
meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.xz
Merged working branch of 1.2 into LL 1.23 merge
Diffstat (limited to 'linden/indra/newview/llmanipscale.h')
-rw-r--r--linden/indra/newview/llmanipscale.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llmanipscale.h b/linden/indra/newview/llmanipscale.h
index 1de0459..c6545fd 100644
--- a/linden/indra/newview/llmanipscale.h
+++ b/linden/indra/newview/llmanipscale.h
@@ -89,6 +89,8 @@ public:
89 static void setShowAxes( BOOL b ); 89 static void setShowAxes( BOOL b );
90 static BOOL getShowAxes(); 90 static BOOL getShowAxes();
91 91
92 static F32 getMaxPrimSize();
93
92private: 94private:
93 void renderCorners( const LLBBox& local_bbox ); 95 void renderCorners( const LLBBox& local_bbox );
94 void renderFaces( const LLBBox& local_bbox ); 96 void renderFaces( const LLBBox& local_bbox );
@@ -166,6 +168,7 @@ private:
166 F32 mScaleSnapValue; 168 F32 mScaleSnapValue;
167 BOOL mInSnapRegime; 169 BOOL mInSnapRegime;
168 F32* mManipulatorScales; 170 F32* mManipulatorScales;
171 F32 mMaxPrimSize;
169}; 172};
170 173
171#endif // LL_MANIPSCALE_H 174#endif // LL_MANIPSCALE_H