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-12-06 21:33:34 +0000
committerStijn Buys <ingar@osirion.org>2010-12-06 21:33:34 +0000
commitc50095cab023e91ba2a4fec8dcb290e6d817124b (patch)
treee9511df876d45faffb428ee7ae342a8aabab4194 /src/render/sky.h
parent8c7fa7dd3258e8d3e112fb9780249dd0d0ef008a (diff)
Re-enabled environment mapping with the skybox as cubemap.
Diffstat (limited to 'src/render/sky.h')
-rw-r--r--src/render/sky.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/render/sky.h b/src/render/sky.h
deleted file mode 100644
index 9c41ee0..0000000
--- a/src/render/sky.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- render/sky.h
- This file is part of the Osirion project and is distributed under
- the terms of the GNU General Public License version 2
-*/
-
-#ifndef __INCLUDED_RENDER_SKY_H__
-#define __INCLUDED_RENDER_SKY_H__
-
-#include <string>
-
-namespace render
-{
-
-class Sky {
-public:
-
- static void unload();
-
- static void draw(const std::string & name, const float wireframe = false);
-
-private:
-
- static size_t sky_texture_up;
- static size_t sky_texture_down;
- static size_t sky_texture_left;
- static size_t sky_texture_right;
- static size_t sky_texture_front;
- static size_t sky_texture_back;
-
- static std::string sky_name;
-};
-
-} // namespace render
-#endif // __INCLUDED_RENDER_SKY_H__ \ No newline at end of file