SmoothingPolicy Enum
Namespace: Stride.Particles.ShapeBuildersAssembly: 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 |