diff options
author | Geenz <geenz@geenzo.com> | 2013-01-25 17:54:38 -0500 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-01-25 17:54:38 -0500 |
commit | 5f03e197f4cfb43de93dc42b16b54beafccd376a (patch) | |
tree | 77fe17e9c36021148c18f7f9f33aae5abcd100c0 /indra/newview/lldrawable.h | |
parent | cc7ae8fbd1fc249f77ced95171e5c22e48adedb6 (diff) |
Trying to set materials up for rendering! Yay!
Diffstat (limited to 'indra/newview/lldrawable.h')
-rw-r--r-- | indra/newview/lldrawable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lldrawable.h b/indra/newview/lldrawable.h index b1e32bdb5b..13089f4f26 100644 --- a/indra/newview/lldrawable.h +++ b/indra/newview/lldrawable.h @@ -147,6 +147,8 @@ public: //void removeFace(const S32 i); // SJB: Avoid using this, it's slow LLFace* addFace(LLFacePool *poolp, LLViewerTexture *texturep); LLFace* addFace(const LLTextureEntry *te, LLViewerTexture *texturep); + LLFace* addFace(const LLTextureEntry *te, LLViewerTexture *texturep, LLViewerTexture *normalp); + LLFace* addFace(const LLTextureEntry *te, LLViewerTexture *texturep, LLViewerTexture *normalp, LLViewerTexture *specularp); void deleteFaces(S32 offset, S32 count); void setNumFaces(const S32 numFaces, LLFacePool *poolp, LLViewerTexture *texturep); void setNumFacesFast(const S32 numFaces, LLFacePool *poolp, LLViewerTexture *texturep); |