#include <RE_TextureCubeMap.h>
Public Member Functions | |
| RE_TextureCubeMap () | |
| virtual | ~RE_TextureCubeMap () |
| void | setMap (TIL_TextureMap *texture) |
| void | setMap (const char *map_name, const char *relative_to) |
| int | getIndex () const |
| int | getClamped () const |
| void | setClamped (int is_clamped) |
| int | getMipMapped () const |
| void | setMipMapped (int is_mip_mapped) |
| int | getBorders () const |
| void | setBorders (int is_bordered) |
| const float * | getBorderColor () const |
| void | setBorderColor (float r, float g, float b, float a) |
| int | getMaxSize () const |
| void | setMaxSize (int max_size) |
| RE_TexFiltType | getMagFilter () const |
| RE_TexFiltType | getMinFilter () const |
| void | setMagFilter (RE_TexFiltType filter) |
| void | setMinFilter (RE_TexFiltType filter) |
Definition at line 30 of file RE_TextureCubeMap.h.
| RE_TextureCubeMap::RE_TextureCubeMap | ( | ) |
| virtual RE_TextureCubeMap::~RE_TextureCubeMap | ( | ) | [virtual] |
| const float* RE_TextureCubeMap::getBorderColor | ( | ) | const [inline] |
Definition at line 57 of file RE_TextureCubeMap.h.
| int RE_TextureCubeMap::getBorders | ( | ) | const [inline] |
Definition at line 53 of file RE_TextureCubeMap.h.
| int RE_TextureCubeMap::getClamped | ( | ) | const [inline] |
Definition at line 44 of file RE_TextureCubeMap.h.
| int RE_TextureCubeMap::getIndex | ( | ) | const [inline] |
Definition at line 41 of file RE_TextureCubeMap.h.
| RE_TexFiltType RE_TextureCubeMap::getMagFilter | ( | ) | const [inline] |
Definition at line 66 of file RE_TextureCubeMap.h.
| int RE_TextureCubeMap::getMaxSize | ( | ) | const [inline] |
Definition at line 61 of file RE_TextureCubeMap.h.
| RE_TexFiltType RE_TextureCubeMap::getMinFilter | ( | ) | const [inline] |
Definition at line 67 of file RE_TextureCubeMap.h.
| int RE_TextureCubeMap::getMipMapped | ( | ) | const [inline] |
Definition at line 49 of file RE_TextureCubeMap.h.
| void RE_TextureCubeMap::setBorderColor | ( | float | r, | |
| float | g, | |||
| float | b, | |||
| float | a | |||
| ) |
| void RE_TextureCubeMap::setBorders | ( | int | is_bordered | ) |
| void RE_TextureCubeMap::setClamped | ( | int | is_clamped | ) |
| void RE_TextureCubeMap::setMagFilter | ( | RE_TexFiltType | filter | ) |
| void RE_TextureCubeMap::setMap | ( | const char * | map_name, | |
| const char * | relative_to | |||
| ) |
| void RE_TextureCubeMap::setMap | ( | TIL_TextureMap * | texture | ) |
| void RE_TextureCubeMap::setMaxSize | ( | int | max_size | ) |
| void RE_TextureCubeMap::setMinFilter | ( | RE_TexFiltType | filter | ) |
| void RE_TextureCubeMap::setMipMapped | ( | int | is_mip_mapped | ) |
1.5.9