Public Types | |
| enum | CubeFace { Face0 = 0, Face1 = 1, Face2 = 2, Face3 = 3, Face4 = 4, Face5 = 5, FaceInvalid = 6 } |
Public Member Functions | |
| void | color (const TeColor &col) |
| void | color (uint num, const TeColor &col) |
| void | create (CubeFace face, uint i, uint j, const TeVector2s32 &offset) |
| void | create () |
| void | index (uint offset, uint val) |
| bool | isLoaded () const |
| void | loadTexture (Common::SeekableReadStream &file, const Common::String &type) |
| void | render () |
| void | texture (uint idx, float x, float y) |
| void | unloadTexture () |
| void | vertex (uint n, float x, float y, float z) |
| TeVector3f32 | vertex (uint n) const |
| const TeVector2s32 | offset () const |
| CubeFace | face () const |
| void | setCubeFace (CubeFace face) |
| void | setTextureFileOffset (long offset) |