summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2011-12-01 11:38:16 -0500
committerprep <prep@lindenlab.com>2011-12-01 11:38:16 -0500
commit0539b08370392385831f631fbdd8cb41977636b9 (patch)
tree0dd3d3df90004c286f462db2d0325ab013daefa7 /indra/newview
parent0538dcf62e3c13b50fc0828e930fa50e4050302d (diff)
Renamed segment rendering class into RenderNavPrim
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llspatialpartition.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp
index 529ca9f022..ebe42f79f4 100644
--- a/indra/newview/llspatialpartition.cpp
+++ b/indra/newview/llspatialpartition.cpp
@@ -48,7 +48,6 @@
#include "llvolumemgr.h"
#include "lltextureatlas.h"
#include "llglslshader.h"
-#include "llrendersegment.h"
#include "llagent.h"
static LLFastTimer::DeclareTimer FTM_FRUSTUM_CULL("Frustum Culling");
@@ -3995,12 +3994,7 @@ public:
renderAgentTarget(avatar);
}
- //prep#
- //LLVector3 pos = gAgent.getPositionGlobal();
- //LLVector3d vel = gAgent.getVelocity();
- //gSegment.renderSegment( pos, pos+vel, 0 );
-
-
+
if (gDebugGL)
{
for (U32 i = 0; i < drawable->getNumFaces(); ++i)