summaryrefslogtreecommitdiff
path: root/indra/llrender/llrendernavprim.h
diff options
context:
space:
mode:
authorprep <none@none>2012-04-03 13:06:21 -0400
committerprep <none@none>2012-04-03 13:06:21 -0400
commit2388de3f958f019255c1eb50cafb540e87a3ca3a (patch)
treea18ea2bb456019834928d92423b80e4b1a84a077 /indra/llrender/llrendernavprim.h
parent27e4d822e138585ea23279b8a276b90c77b86d90 (diff)
Added normal support to navmesh tri renderer.
Diffstat (limited to 'indra/llrender/llrendernavprim.h')
-rw-r--r--indra/llrender/llrendernavprim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llrendernavprim.h b/indra/llrender/llrendernavprim.h
index d5899471a6..7fbd02de93 100644
--- a/indra/llrender/llrendernavprim.h
+++ b/indra/llrender/llrendernavprim.h
@@ -43,8 +43,8 @@ public:
void renderLLSegment( const LLVector3& start, const LLVector3& end, const LLColor4U& color ) const;
//Draw simple tri
void renderTri( const LLVector3& a, const LLVector3& b, const LLVector3& c, int color ) const;
- //Draw simple tri
- void renderLLTri( const LLVector3& a, const LLVector3& b, const LLVector3& c, const LLColor4U& color ) const;
+ //Draw simple tri
+ void renderLLTri( const LLVector3& a, const LLVector3& b, const LLVector3& c, const LLColor4U& color, const LLVector3& n ) const;
//Draw the contents of vertex buffer
void renderNavMeshVB( LLVertexBuffer* pVBO, int vertCnt );
//Draw a star