TessellationKeys Class
Namespace: Stride.Rendering.TessellationAssembly: Stride.Rendering.dll
System.Object →
TessellationKeys
Derived from TessellationKeys:
public class TessellationKeys
Name | Description | |
---|---|---|
Fields | ||
DesiredTriangleSize | Desired maximum triangle size in screen space during tessellation. |
|
SmoothingMap | The intensity of the smoothing for PN-based tessellation. |
|
SmoothingValue |
Fields
DesiredTriangleSize
Desired maximum triangle size in screen space during tessellation.
public static readonly ValueParameterKey<float> DesiredTriangleSize
Field Value
Type | Description |
---|---|
ValueParameterKey<System.Single> |
SmoothingMap
The intensity of the smoothing for PN-based tessellation.
public static readonly ObjectParameterKey<Texture> SmoothingMap
Field Value
Type | Description |
---|---|
ObjectParameterKey<Texture> |
SmoothingValue
public static readonly ValueParameterKey<float> SmoothingValue
Field Value
Type | Description |
---|---|
ValueParameterKey<System.Single> |