Filter |
public enum FilterOption
| Member name | Value | Description |
|---|---|---|
| None | 0 | No filtering, used for FilterType.Mip to turn off mipmapping. |
| Point | 1 | Use the closest pixel. |
| Linear | 2 | Average of a 2x2 pixel area, denotes bilinear for FilterType.Min and FilterType.Mag, trilinear for FilterType.Mip. |
| Anisotropic | 3 | Similar to FO_LINEAR, but compensates for the angle of the texture plane. |
Copyright 2026 NeoAxis Group. All rights reserved.