Skybox.h

Go to the documentation of this file.
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 LIBTRACK_SKYBOX_H_
00012 #define LIBTRACK_SKYBOX_H_
00013 
00014 #include <vector>
00015 #include <istream>
00016 
00017 #include <boost/shared_ptr.hpp>
00018 
00019 #include "Texture.h"
00020 
00021 namespace Track
00022 {
00023 
00026 class Skybox
00027 {
00028 public:
00029     Skybox(std::istream & source);
00030     Skybox();
00031     virtual ~Skybox();
00032 protected:
00033     std::vector<boost::shared_ptr<Texture> > textures;
00034 };
00035 
00036 }
00037 
00038 #endif /*LIBTRACK_SKYBOX_H_*/

Get Racer at SourceForge.net. Fast, secure and Free Open Source software downloads

Generated at Mon Sep 6 00:41:12 2010 by Doxygen version 1.4.7 for Racer version svn335.