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:
@@ -48,7 +48,7 @@ LLColor4 gDisabledTrackColor;
|
||||
|
||||
void init_colors()
|
||||
{
|
||||
gTrackColor = LLColor4::red;
|
||||
gTrackColor = LLColor4::red;
|
||||
gDisabledTrackColor.setVec( 0.5f, 0.f, 0.f, 1.f );
|
||||
gLandmarkMapColor = LLColor4::red;
|
||||
gLocationMapColor.setVec( 0.f, 0.72f, 1.f, 1.f);
|
||||
|
||||
Reference in New Issue
Block a user