From 035c602e0afc659b344d685614ec7a2e334636b6 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 7 Jul 2011 22:01:36 +0000 Subject: Disable mipmapping on skybox textures, provide an OpenGL texture id for the cubemap. --- src/render/textures.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/render/textures.h') diff --git a/src/render/textures.h b/src/render/textures.h index 90b26b1..69442e8 100644 --- a/src/render/textures.h +++ b/src/render/textures.h @@ -71,6 +71,7 @@ private: static math::Vector2f texture_size[MAXTEXTURES]; static std::map registry; static GLuint textures[MAXTEXTURES]; + static GLuint textures_cubemap_id; }; } -- cgit v1.2.3