00001 00005 /* Copyright © 2009 James Legg. 00006 This program is free software: you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation, either version 3 of the License, or 00009 (at your option) any later version. 00010 */ 00011 #ifndef CUBEMAP_H_ 00012 #define CUBEMAP_H_ 00013 00014 #include <libtrack/Texture.h> 00015 00016 namespace Graphics 00017 { 00018 00022 class CubeMap : public Track::Texture 00023 { 00024 public: 00028 CubeMap(std::string filename_base); 00029 00030 virtual ~CubeMap(); 00031 00032 void draw_sky_box(); 00033 }; 00034 00035 } 00036 00037 #endif /*CUBEMAP_H_*/
Generated at Mon Sep 6 00:41:12 2010 by Doxygen version 1.4.7 for Racer version svn335.