Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    TessellationKeys Class

    Namespace: Stride.Rendering.Tessellation
    Assembly: Stride.Rendering.dll
    System.Object → TessellationKeys
    Derived from TessellationKeys:

    public class TessellationKeys
    Name Description
    Fields
    DesiredTriangleSize

    Desired maximum triangle size in screen space during tessellation.

    SmoothingMap

    The intensity of the smoothing for PN-based tessellation.

    SmoothingValue
    | Improve this Doc View Source

    Fields


    DesiredTriangleSize

    Desired maximum triangle size in screen space during tessellation.

    public static readonly ValueParameterKey<float> DesiredTriangleSize
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    SmoothingMap

    The intensity of the smoothing for PN-based tessellation.

    public static readonly ObjectParameterKey<Texture> SmoothingMap
    Field Value
    Type Description
    ObjectParameterKey<Texture>

    SmoothingValue

    public static readonly ValueParameterKey<float> SmoothingValue
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

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