From 7a75ef50dcf1955739969b47ff88c6fce9c3843a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 4 Oct 2010 13:44:57 +0000 Subject: modelview widget rotation manipulation --- src/render/gl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/render/gl.h') 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); -- cgit v1.2.3