Remove megaregion support
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
LLWorld();
|
||||
void destroyClass();
|
||||
|
||||
LLViewerRegion* addRegion(const U64 ®ion_handle, const LLHost &host, const U32 ®ion_size_x, const U32 ®ion_size_y);
|
||||
LLViewerRegion* addRegion(const U64 ®ion_handle, const LLHost &host);
|
||||
// safe to call if already present, does the "right thing" if
|
||||
// hosts are same, or if hosts are different, etc...
|
||||
void removeRegion(const LLHost &host);
|
||||
@@ -170,12 +170,12 @@ private:
|
||||
region_list_t mCulledRegionList;
|
||||
|
||||
// Number of points on edge
|
||||
static U32 mWidth;
|
||||
static const U32 mWidth;
|
||||
|
||||
// meters/point, therefore mWidth * mScale = meters per edge
|
||||
static const F32 mScale;
|
||||
|
||||
static F32 mWidthInMeters;
|
||||
static const F32 mWidthInMeters;
|
||||
|
||||
F32 mLandFarClip; // Far clip distance for land.
|
||||
LLPatchVertexArray mLandPatch;
|
||||
|
||||
Reference in New Issue
Block a user