docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum SuperSamplingFactor

    The supported super sampling factors. Determines how many samples to average per pixel to produce an anti-aliased result.

    Namespace: UnityEngine.Perception.GroundTruth.Sensors
    Assembly: Unity.Perception.Runtime.dll
    Syntax
    [MovedFrom("UnityEngine.Perception.GroundTruth")]
    public enum SuperSamplingFactor

    Fields

    Name Description
    None

    No super sampling is performed.

    _2X

    Sample double the width and height of the captured image during super sampling anti-aliasing.

    _4X

    Sample quadruple the width and height of the captured image during super sampling anti-aliasing.

    _8X

    Sample 8 times the width and height of the captured image during super sampling anti-aliasing.

    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)