Class TessellationMethod
Describes the different tessellation methods supported by the graphics system.
Inheritance
System.Object
TessellationMethod
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class TessellationMethod : Enum
Fields
Flat
Flat tessellation. Also known as dicing tessellation.
Declaration
public const TessellationMethod Flat
Field Value
TessellationMethod
|
None
Phong
Geometric version of Phong normal interpolation, not applied on normals but on the vertex positions.
Declaration
public const TessellationMethod Phong
Field Value
TessellationMethod
|
PointNormal
Point normal tessellation.
Declaration
public const TessellationMethod PointNormal
Field Value
TessellationMethod
|
value__
Declaration
public int value__
Field Value
System.Int32
|