StrideTessellationMethod Enum
Namespace: Stride.RenderingAssembly: 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. |