These are the things that a user might explicitly request to adjust on a texture via a line in the .txa file. More...
#include "textureRequest.h"
Public Member Functions | |
void | pre_txa_file () |
Sets some state up that must be set prior to reading the .txa file. More... | |
Public Attributes | |
EggRenderMode::AlphaMode | _alpha_mode |
int | _anisotropic_degree |
double | _coverage_threshold |
bool | _force_format |
EggTexture::Format | _format |
bool | _generic_format |
bool | _got_num_channels |
bool | _got_size |
bool | _keep_format |
EggTexture::FilterType | _magfilter |
int | _margin |
EggTexture::FilterType | _minfilter |
int | _num_channels |
bool | _omit |
TextureProperties | _properties |
EggTexture::WrapMode | _wrap_u |
EggTexture::WrapMode | _wrap_v |
int | _x_size |
int | _y_size |
These are the things that a user might explicitly request to adjust on a texture via a line in the .txa file.
Definition at line 28 of file textureRequest.h.
void TextureRequest::pre_txa_file | ( | ) |
Sets some state up that must be set prior to reading the .txa file.
Definition at line 46 of file textureRequest.cxx.
Referenced by TextureImage::pre_txa_file().