#include <TIL_TextureMap.h>
Public Member Functions | |
| TIL_TextureHandle () | |
| TIL_TextureHandle (const TIL_TextureHandle &h) | |
| ~TIL_TextureHandle () | |
| const TIL_TextureHandle & | operator= (const TIL_TextureHandle &h) |
| void | setFarValue (fpreal far_depth) |
| void | setWidth (fpreal wx, fpreal wy) |
| void | setBlur (fpreal bx, fpreal by) |
| void | setMaxSamples (int samples) |
| void | setFaceIndex (int face) |
| int | getFaceIndex () const |
| bool | isDefined () const |
| Test to see if the handle has been bound to a map. | |
Friends | |
| class | TIL_TextureMap |
Definition at line 195 of file TIL_TextureMap.h.
| TIL_TextureHandle::TIL_TextureHandle | ( | ) | [inline] |
Definition at line 197 of file TIL_TextureMap.h.
| TIL_TextureHandle::TIL_TextureHandle | ( | const TIL_TextureHandle & | h | ) |
| TIL_TextureHandle::~TIL_TextureHandle | ( | ) |
| int TIL_TextureHandle::getFaceIndex | ( | ) | const |
| bool TIL_TextureHandle::isDefined | ( | ) | const [inline] |
| const TIL_TextureHandle& TIL_TextureHandle::operator= | ( | const TIL_TextureHandle & | h | ) |
| void TIL_TextureHandle::setFaceIndex | ( | int | face | ) |
| void TIL_TextureHandle::setFarValue | ( | fpreal | far_depth | ) |
Some texture interfaces allow for the filtering information to be changed on a per evaluation basis.
| void TIL_TextureHandle::setMaxSamples | ( | int | samples | ) |
friend class TIL_TextureMap [friend] |
Definition at line 219 of file TIL_TextureMap.h.
1.5.9