SkyBox Klasse.
More...
#include <SkyBox.h>
List of all members.
Detailed Description
Member Enumeration Documentation
- Enumerator:
TILE_LEFT |
|
TILE_FRONT |
|
TILE_DOWN |
|
TILE_TOP |
|
TILE_RIGHT |
|
TILE_BACK |
|
Constructor & Destructor Documentation
SkyBox::SkyBox |
( |
| ) |
[protected] |
SkyBox::~SkyBox |
( |
| ) |
[virtual] |
Member Function Documentation
SkyBox * SkyBox::getInstance |
( |
| ) |
[static] |
Liefert die Singleton-Instanz.
- Returns:
- Pointer auf die Instanz
Liest das SkyBox-Objekt aus dem Inputstream.
- Parameters:
-
Serialisiert das SkyBox-Objekt in den Outputstream.
- Parameters:
-
- Exceptions:
-
void SkyBox::setBack |
( |
int |
textureID | ) |
|
void SkyBox::setDown |
( |
int |
textureID | ) |
|
void SkyBox::setFront |
( |
int |
textureID | ) |
|
void SkyBox::setLeft |
( |
int |
textureID | ) |
|
void SkyBox::setRight |
( |
int |
textureID | ) |
|
void SkyBox::setTop |
( |
int |
textureID | ) |
|
Member Data Documentation
The documentation for this class was generated from the following files:
- E:/project/engine3d/cplusplus/src/scene3d/SkyBox.h
- E:/project/engine3d/cplusplus/src/scene3d/SkyBox.cpp