TextureFilter enumeration
TextureFilter enumeration
Filter options during texture sampling.
The TextureFilter type exposes the following members:
Fields
Field | Description |
---|---|
NONE | No minification, this is only used by minification filter. |
POINT | Use point sampling |
LINEAR | Use linear interpolation for sampling |
ANISOTROPIC | Use anisotropic interpolation for sampling, this is only used by minification filter. |
See Also
- module
aspose.threed.shading