Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/gl.h')
-rw-r--r--src/render/gl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/gl.h b/src/render/gl.h
index fc2237e..c230547 100644
--- a/src/render/gl.h
+++ b/src/render/gl.h
@@ -146,6 +146,9 @@ void texcoord(const float x, const float y);
/// glTexCoord
void texcoord(const math::Vector2f& vector);
+/// glTexCoord
+void texcoord(const float x, const float y, const float z);
+
/// glNormal
void normal(const math::Vector3f & vector);