Huge renderer update (WIP). Still plenty to do, especially pertaining to UI.
-Nametag bubble visbility is oddly inconsistent. May vanish with future planned UI merges... -VBOs are PAINFULLY slow on ATI hardware. This repos self-compiled davep/shining-fixes branch, so I'll leave the ball in LL's court for now regarding that.
This commit is contained in:
@@ -74,8 +74,6 @@ public:
|
||||
private:
|
||||
void drawOnePixelLines();
|
||||
void drawTwoPixelLines();
|
||||
void drawTextures();
|
||||
void drawTextureTrapezoid( F32 degrees, S32 width, S32 length, F32 start_x, F32 start_y );
|
||||
|
||||
EBevel mBevel;
|
||||
const EStyle mStyle;
|
||||
@@ -85,7 +83,7 @@ private:
|
||||
LLColor4 mShadowDark;
|
||||
LLColor4 mBackgroundColor;
|
||||
S32 mBorderWidth;
|
||||
LLUIImagePtr mTexture;
|
||||
LLPointer<LLUIImage> mTexture;
|
||||
BOOL mHasKeyboardFocus;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user