Enum MinFilterMode
Minification filter mode.
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
public enum MinFilterMode
Fields
| Name | Description |
|---|---|
| Linear | Linear pixel interpolation sampling |
| LinearMipmapLinear | Linear pixel interpolation and linear mipmap interpolation sampling |
| LinearMipmapNearest | Linear pixel interpolation and nearest mipmap sampling |
| Nearest | Nearest pixel sampling |
| NearestMipmapLinear | Nearest pixel and linear mipmap interpolation sampling |
| NearestMipmapNearest | Nearest pixel and nearest mipmap sampling |
| Undefined | Undefined |