#include <SkyBox.h>
Inheritance diagram for SkyBox:
Public Methods | |
| SkyBox () | |
| virtual | ~SkyBox () |
| virtual void | draw () |
| virtual void | loadSkyBoxTextures (string top, string bottom, string left, string right, string front, string back) |
| void | center (Vector3 position, Vector3 dimensions) |
| void | disable (bool t) |
Protected Attributes | |
| Vector3 | _position |
| Vector3 | _dimensions |
| bool | _disabled |
author: Mark <Line72> Dillavou: dillavou@uab.edu
|
|
|
|
|
|
|
||||||||||||
|
center the skybox around the object |
|
|
switch between drawing and not drawing |
|
|
Draw the skybox Reimplemented from Object. |
|
||||||||||||||||||||||||||||
|
function to laod all the textures |
|
|
|
|
|
|
|
|
|
1.2.18