From c50095cab023e91ba2a4fec8dcb290e6d817124b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 6 Dec 2010 21:33:34 +0000 Subject: Re-enabled environment mapping with the skybox as cubemap. --- src/render/gl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/render/gl.h') 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); -- cgit v1.2.3