Enum GltfMinFilterMode
Minification filter mode. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/sampler.schema.json
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
Assembly: cs.temp.dll.dll
Syntax
public enum GltfMinFilterMode
Fields
Name | Description |
---|---|
Linear | |
LinearMipmapLinear | |
LinearMipmapNearest | |
Nearest | |
NearestMipmapLinear | |
NearestMipmapNearest | |
None |