Amazon world map

This commit is contained in:
Siana Gearz
2011-03-13 02:52:56 +01:00
parent a05fdaa63e
commit e63279a692
8 changed files with 561 additions and 4 deletions

View File

@@ -95,6 +95,8 @@ public:
void drawAgents();
void drawEvents();
void drawFrustum();
void drawMipmap(S32 width, S32 height);
bool drawMipmapLevel(S32 width, S32 height, S32 level, bool load = true);
static void cleanupTextures();
@@ -174,6 +176,7 @@ public:
static F32 sTargetPanY; // in pixels
static S32 sTrackingArrowX;
static S32 sTrackingArrowY;
static bool sVisibleTilesLoaded;
// Are we mid-pan from a user drag?
BOOL mPanning;