docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum Sampler.MinFilterMode

    Minification filter mode.

    Namespace: GLTFast.Schema
    Assembly: glTFast.dll
    Syntax
    public enum Sampler.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

    None

    No value

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)