#include <skybox.h>
Inheritance diagram for GltSkyBox:


Public Methods | |
| GltSkyBox () | |
| Constructor. | |
| virtual | ~GltSkyBox () |
| Destructor. | |
| virtual void | draw () const |
| Draw sky-box. | |
| void | clear () |
| Reset textures. | |
| GltTexture & | positiveX () |
| Right-hand texture. | |
| GltTexture & | negativeX () |
| Left-hand texture. | |
| GltTexture & | positiveY () |
| Ceiling texture. | |
| GltTexture & | negativeY () |
| Floor texture. | |
| GltTexture & | positiveZ () |
| Back texture. | |
| GltTexture & | negativeZ () |
| Front texture. | |
| GLdouble & | fov () |
| Field of view. | |
| const GLdouble | fov () const |
| Field of view. | |
Definition at line 43 of file skybox.h.
1.2.18