Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    StrideTessellationMethod Enum

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll

    Describe the different tessellation methods used in Stride.

    [Flags]
    public enum StrideTessellationMethod

    Fields

    Name Description
    AdjacentEdgeAverage

    Adjacent edge average.

    Flat

    Flat tessellation. Also known as dicing tessellation.

    None

    No tessellation

    PointNormal

    Point normal tessellation.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<StrideTessellationMethod>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<StrideTessellationMethod>(ICollectorHolder)
    StrideTessellationMethodExtensions.PerformsAdjacentEdgeAverage()
    StrideTessellationMethodExtensions.GetPrimitiveType()
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation