#include <SkyBox.h>
Inheritance diagram for Graphics::SkyBox:
Public Member Functions | |
SkyBox (std::string filename_base) | |
SkyBox (const Track::Skybox &source) | |
construct from the skybox found in a theme | |
virtual | ~SkyBox () |
void | draw () |
Protected Member Functions | |
void | make_list () |
Protected Attributes | |
unsigned int | display_list |
Private Member Functions | |
SkyBox (const SkyBox &sky_box) | |
cannot be copied as it could delete the OpenGL display list. | |
SkyBox & | operator= (const SkyBox &skybox) |
Definition at line 22 of file SkyBox.h.
Graphics::SkyBox::SkyBox | ( | const SkyBox & | sky_box | ) | [private] |
cannot be copied as it could delete the OpenGL display list.
Graphics::SkyBox::SkyBox | ( | std::string | filename_base | ) |
Definition at line 19 of file SkyBox.cpp.
Graphics::SkyBox::SkyBox | ( | const Track::Skybox & | source | ) |
Graphics::SkyBox::~SkyBox | ( | ) | [virtual] |
Definition at line 72 of file SkyBox.cpp.
void Graphics::SkyBox::draw | ( | ) |
Definition at line 77 of file SkyBox.cpp.
void Graphics::SkyBox::make_list | ( | ) | [protected] |
Definition at line 33 of file SkyBox.cpp.
unsigned int Graphics::SkyBox::display_list [protected] |
Generated at Mon Sep 6 00:41:18 2010 by Doxygen version 1.4.7 for Racer version svn335.