summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingconsole.h
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2012-03-28 13:11:45 -0400
committerprep <prep@lindenlab.com>2012-03-28 13:11:45 -0400
commit901ed57e6bc1fae1c3c0a6f6790c0361298c5744 (patch)
tree811a2a45af52a410a142262ddff58cf84e95d0e7 /indra/newview/llfloaterpathfindingconsole.h
parent473da43c1bbc20245b3a74c1adc7c92f91d25807 (diff)
Added support for customizing the colors used in the navmesh visualizer.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r--indra/newview/llfloaterpathfindingconsole.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h
index 447eaf726d..3ead048fc7 100644
--- a/indra/newview/llfloaterpathfindingconsole.h
+++ b/indra/newview/llfloaterpathfindingconsole.h
@@ -157,6 +157,7 @@ private:
void updatePathTestStatus();
void resetShapeRenderFlags() { mShapeRenderFlags = 0; }
void setShapeRenderFlag( LLPathingLib::LLShapeType type ) { mShapeRenderFlags |= (1<<type); }
+ void fillInColorsForNavMeshVisualization();
LLRootHandle<LLFloaterPathfindingConsole> mSelfHandle;
LLCheckBoxCtrl *mShowNavMeshCheckBox;
@@ -199,6 +200,9 @@ private:
bool mHeartBeat;
static LLHandle<LLFloaterPathfindingConsole> sInstanceHandle;
+
+public:
+ LLPathingLib::NavMeshColors mNavMeshColors;
};
#endif // LL_LLFLOATERPATHFINDINGCONSOLE_H