diff options
author | prep <prep@lindenlab.com> | 2012-03-28 13:11:45 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2012-03-28 13:11:45 -0400 |
commit | 901ed57e6bc1fae1c3c0a6f6790c0361298c5744 (patch) | |
tree | 811a2a45af52a410a142262ddff58cf84e95d0e7 /indra/newview/llfloaterpathfindingconsole.h | |
parent | 473da43c1bbc20245b3a74c1adc7c92f91d25807 (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.h | 4 |
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 |