#include <imagemap.h>
Public Member Functions | |
| TexInfo (ImageTextureFilterType type, const string &f, float ma, ImageWrap wm, float ga, float gam) | |
| bool | operator< (const TexInfo &t2) const |
Public Attributes | |
| ImageTextureFilterType | filterType |
| string | filename |
| float | maxAniso |
| ImageWrap | wrapMode |
| float | gain |
| float | gamma |
Definition at line 255 of file imagemap.h.
| lux::TexInfo::TexInfo | ( | ImageTextureFilterType | type, | |
| const string & | f, | |||
| float | ma, | |||
| ImageWrap | wm, | |||
| float | ga, | |||
| float | gam | |||
| ) | [inline] |
Definition at line 256 of file imagemap.h.
| bool lux::TexInfo::operator< | ( | const TexInfo & | t2 | ) | const [inline] |
Definition at line 268 of file imagemap.h.
References filename, filterType, gain, gamma, maxAniso, and wrapMode.
| string lux::TexInfo::filename |
| float lux::TexInfo::gain |
| float lux::TexInfo::gamma |
| float lux::TexInfo::maxAniso |
1.5.9