Ptex
|
Choose filter options. More...
#include <Ptexture.h>
Public Member Functions | |
Options (FilterType filter_=f_box, bool lerp_=0, float sharpness_=0, bool noedgeblend_=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). | |
bool | noedgeblend |
Disable cross-face filtering. Useful for debugging or rendering on polys. | |
Choose filter options.
Definition at line 956 of file Ptexture.h.
|
inline |
Constructor - sets defaults.
Definition at line 964 of file Ptexture.h.
int PtexFilter::Options::__structSize |
(for internal use only)
Definition at line 957 of file Ptexture.h.
Referenced by PtexSeparableFilter::PtexSeparableFilter().
FilterType PtexFilter::Options::filter |
bool PtexFilter::Options::lerp |
Interpolate between mipmap levels.
Definition at line 959 of file Ptexture.h.
Referenced by PtexWidth4Filter::buildKernelAxis().
bool PtexFilter::Options::noedgeblend |
Disable cross-face filtering. Useful for debugging or rendering on polys.
Definition at line 961 of file Ptexture.h.
Referenced by PtexSeparableFilter::PtexSeparableFilter(), and PtexSeparableFilter::splitAndApply().
float PtexFilter::Options::sharpness |
Filter sharpness, 0..1 (for general bi-cubic filter only).
Definition at line 960 of file Ptexture.h.
Referenced by PtexFilter::getFilter().