Enum StrideTessellationMethod
Describe the different tessellation methods used in Stride.
[Flags]
public enum StrideTessellationMethod
- Extension Methods
Fields
AdjacentEdgeAverage = 2
Adjacent edge average.
Flat = 1
Flat tessellation. Also known as dicing tessellation.
None = 0
No tessellation
PointNormal = 1
Point normal tessellation.