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/textures.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/render/textures.h') diff --git a/src/render/textures.h b/src/render/textures.h index c1ccabe..90b26b1 100644 --- a/src/render/textures.h +++ b/src/render/textures.h @@ -28,6 +28,9 @@ public: /// Shutdown the textures registry static void shutdown(); + /// load the environment cubemap + static void load_cubemap(const std::string & name); + /// Load a texture /** Returns 0 on failure, and the texture index on success */ -- cgit v1.2.3