Ptex
|
Choose filter options. More...
#include <Ptexture.h>
Public Member Functions | |
Options (FilterType filter_=f_box, bool lerp_=0, float sharpness_=0) | |
Constructor - sets defaults. | |
Public Attributes | |
int | __structSize |
(for internal use only) | |
FilterType | filter |
Filter type. | |
bool | lerp |
Interpolate between mipmap levels. | |
float | sharpness |
Filter sharpness, 0..1 (for general bi-cubic filter only). | |
Choose filter options.