Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    SmoothingPolicy Enum

    Namespace: Stride.Particles.ShapeBuilders
    Assembly: Stride.Particles.dll

    Specifies if the ribbon should be additionally smoothed or rendered as is.

    [DataContract("SmoothingPolicy")]
    [Display("Smoothing", null)]
    public enum SmoothingPolicy

    Fields

    Name Description
    Best

    Smoothing based on circumcircles generated around every three adjacent points. Best suited for rapid, circular motions

    Fast

    Smoothing using Catmull-Rom interpolation. Generally looks good

    None

    Ribbons only use control points and edges are hard. Good for straight lines

    Extension Methods

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

    Back to top

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