Class TessellationKeys
- Namespace
- Stride.Rendering.Tessellation
- Assembly
- Stride.Rendering.dll
public class TessellationKeys
- Inheritance
-
TessellationKeys
Fields
DesiredTriangleSize
Desired maximum triangle size in screen space during tessellation.
public static readonly ValueParameterKey<float> DesiredTriangleSize
Field Value
SmoothingMap
The intensity of the smoothing for PN-based tessellation.
public static readonly ObjectParameterKey<Texture> SmoothingMap
Field Value
SmoothingValue
public static readonly ValueParameterKey<float> SmoothingValue