summaryrefslogtreecommitdiff
path: root/indra/llrender/llrender.h
diff options
context:
space:
mode:
authorruslantproductengine <ruslantproductengine@lindenlab.com>2016-05-13 18:47:23 +0300
committerruslantproductengine <ruslantproductengine@lindenlab.com>2016-05-13 18:47:23 +0300
commit1b5af4be298198cedc407b6b294b2d71129d7731 (patch)
tree0fdc088875470a70c684da2ef7fea1055775b203 /indra/llrender/llrender.h
parentbceafa5062db394048312aa7fe0a7706fb9524b7 (diff)
Add invert texture coordinates for media textures.
Diffstat (limited to 'indra/llrender/llrender.h')
-rwxr-xr-xindra/llrender/llrender.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llrender.h b/indra/llrender/llrender.h
index a67fb8da52..4c3547f8e4 100755
--- a/indra/llrender/llrender.h
+++ b/indra/llrender/llrender.h
@@ -355,6 +355,7 @@ public:
void multMatrix(const GLfloat* m);
void matrixMode(U32 mode);
U32 getMatrixMode();
+ void setInverseTexCoordByY(bool v);
const glh::matrix4f& getModelviewMatrix();
const glh::matrix4f& getProjectionMatrix();