[VarRegions] Pseudosupport for region_size_y.

This commit is contained in:
Inusaito Sayori
2013-11-06 15:53:15 -05:00
parent 659874dce0
commit 06186e6c7e
4 changed files with 23 additions and 10 deletions

View File

@@ -115,7 +115,7 @@ public:
LLVector3 resolveLandNormalGlobal(const LLVector3d &position); // absolute frame
// update region size
void setRegionWidth(const U32 width = 0);
void setRegionSize(const U32& width = 0, const U32& length = 0);
U32 getRegionWidthInPoints() const { return mWidth; }
F32 getRegionScale() const { return mScale; }
@@ -188,6 +188,7 @@ private:
// <FS:CR> Aurora Sim
//static const U32 mWidth;
static U32 mWidth;
static U32 mLength;
// </FS:CR> Aurora Sim
// meters/point, therefore mWidth * mScale = meters per edge