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. More... | |
Public Attributes | |
int | __structSize |
(for internal use only) More... | |
FilterType | filter |
Filter type. More... | |
bool | lerp |
Interpolate between mipmap levels. More... | |
float | sharpness |
Filter sharpness, 0..1 (for general bi-cubic filter only). More... | |
bool | noedgeblend |
Disable cross-face filtering. Useful for debugging or rendering on polys. More... | |
Choose filter options.
Definition at line 969 of file Ptexture.h.
|
inline |
Constructor - sets defaults.
Definition at line 977 of file Ptexture.h.
int PtexFilter::Options::__structSize |
(for internal use only)
Definition at line 970 of file Ptexture.h.
Referenced by PtexSeparableFilter::PtexSeparableFilter().
FilterType PtexFilter::Options::filter |
bool PtexFilter::Options::lerp |
Interpolate between mipmap levels.
Definition at line 972 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 974 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 973 of file Ptexture.h.
Referenced by PtexFilter::getFilter().