This class represents a cube texture-map. More...
#include "TextureMapImpl.hpp"
Public Member Functions | |
unsigned int | GetSizeX () |
unsigned int | GetSizeY () |
bool | IsCreatedFromMapComp (const MapCompositionT &MC_) |
Returns true if this texture was created from a map composition that was "equivalent" to MC_. More... | |
GLuint | GetOpenGLObject () |
This function returns an OpenGL object for this texture. More... | |
TextureMapCubeT (const MapCompositionT &MapComp_) | |
TextureMapCubeT (char *Data_[6], unsigned long SizeX_, unsigned long SizeY_, char BytesPerPixel_, bool MakePrivateCopy, const MapCompositionT &McForFiltersAndWrapping) | |
TextureMapCubeT (BitmapT *Bitmap_[6], bool MakePrivateCopy, const MapCompositionT &McForFiltersAndWrapping) | |
![]() | |
virtual | ~TextureMapImplT () |
Virtual destructor. More... | |
This class represents a cube texture-map.
|
virtual |
This function returns an OpenGL object for this texture.
Implements TextureMapImplT.
|
virtual |
Returns true if this texture was created from a map composition that was "equivalent" to MC_.
Implements TextureMapImplT.