Table of Contents

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

ValueParameterKey<float>

SmoothingMap

The intensity of the smoothing for PN-based tessellation.

public static readonly ObjectParameterKey<Texture> SmoothingMap

Field Value

ObjectParameterKey<Texture>

SmoothingValue

public static readonly ValueParameterKey<float> SmoothingValue

Field Value

ValueParameterKey<float>