Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-10-04 13:44:57 +0000
committerStijn Buys <ingar@osirion.org>2010-10-04 13:44:57 +0000
commit7a75ef50dcf1955739969b47ff88c6fce9c3843a (patch)
treeae5db0e3315abc8c9066deb3b1e79f5ae48c8775 /src/render/gl.h
parent75906b43ecb9a04fdab365bd8b1a00fbdbc66918 (diff)
modelview widget rotation manipulation
Diffstat (limited to 'src/render/gl.h')
-rw-r--r--src/render/gl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/render/gl.h b/src/render/gl.h
index 7d1857c..283561e 100644
--- a/src/render/gl.h
+++ b/src/render/gl.h
@@ -131,6 +131,12 @@ void vertex(const math::Vector2f& vector);
void vertex(const float x, const float y);
+/// glTexCoord
+void texcoord(const float x, const float y);
+
+/// glTexCoord
+void texcoord(const math::Vector2f& vector);
+
/// glNormal
void normal(const math::Vector3f & vector);