summaryrefslogtreecommitdiff
path: root/indra/newview/llface.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-08-14 15:02:56 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-08-14 15:02:56 +0300
commitbe7713cab26032d6f5f6a739122d955df0955092 (patch)
tree87b6ea50f3e47b3033fd46be79d4e451133995ef /indra/newview/llface.h
parentbc5d79e06e1664abd33fbe41e5ec3655f33b7e32 (diff)
parente9ead7cc2ee9970b468ef6de0ba57726bb203ef4 (diff)
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/newview/llface.h')
-rw-r--r--indra/newview/llface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llface.h b/indra/newview/llface.h
index 83547c75e8..77861f7d2f 100644
--- a/indra/newview/llface.h
+++ b/indra/newview/llface.h
@@ -112,7 +112,7 @@ public:
LLVector2 surfaceToTexture(LLVector2 surface_coord, const LLVector4a& position, const LLVector4a& normal);
void getPlanarProjectedParams(LLQuaternion* face_rot, LLVector3* face_pos, F32* scale) const;
bool calcAlignedPlanarTE(const LLFace* align_to, LLVector2* st_offset,
- LLVector2* st_scale, F32* st_rot) const;
+ LLVector2* st_scale, F32* st_rot, LLRender::eTexIndex map = LLRender::DIFFUSE_MAP) const;
U32 getState() const { return mState; }
void setState(U32 state) { mState |= state; }
@@ -196,7 +196,7 @@ public:
void renderSelectedUV();
void renderSelected(LLViewerTexture *image, const LLColor4 &color);
- void renderOneWireframe(const LLColor4 &color, F32 fogCfx, bool wireframe_selection, bool bRenderHiddenSelections);
+ void renderOneWireframe(const LLColor4 &color, F32 fogCfx, bool wireframe_selection, bool bRenderHiddenSelections, bool shader);
F32 getKey() const { return mDistance; }