summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2011-11-17 13:32:04 -0500
committerprep <prep@lindenlab.com>2011-11-17 13:32:04 -0500
commit378c076d1df5d911e07959638fbd61a9094384d2 (patch)
treed0e6f8868cc78539b05847d089200c2da68d4746 /indra/newview/pipeline.cpp
parent9f996fdc5684a3e55c9f86508979ad943e2eaded (diff)
WIP: navmesh station posts to a url, responder receives llsd and then has the llpathing library extract and render the navmesh (if desired).
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index a50f66f282..f797822d41 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -104,7 +104,8 @@
#include "lltoolpie.h"
#include "llcurl.h"
#include "llnotifications.h"
-
+//prep#
+#include "LLPathingLib.h"
void check_stack_depth(S32 stack_depth)
{
@@ -3785,6 +3786,12 @@ void LLPipeline::renderGeom(LLCamera& camera, BOOL forceVBOUpdate)
LLVertexBuffer::unbind();
+ //prep#
+ if ( LLPathingLib::getInstance() )
+ {
+ LLPathingLib::getInstance()->renderNavMesh();
+ }
+
if (!LLPipeline::sReflectionRender && !LLPipeline::sRenderDeferred)
{
if (gPipeline.hasRenderDebugFeatureMask(LLPipeline::RENDER_DEBUG_FEATURE_UI))