Table of Contents

Class LightShadowMapFilterTypePcf

Namespace
Stride.Rendering.Lights
Assembly
Stride.Rendering.dll

No shadowmap filter.

[DataContract("LightShadowMapFilterTypePcf")]
[Display("PCF", null)]
public class LightShadowMapFilterTypePcf : ILightShadowMapFilterType
Inheritance
LightShadowMapFilterTypePcf
Implements

Constructors

LightShadowMapFilterTypePcf()

public LightShadowMapFilterTypePcf()

Properties

FilterSize

Gets or sets the size of the filter.

[DataMember(10)]
public LightShadowMapFilterTypePcfSize FilterSize { get; set; }

Property Value

LightShadowMapFilterTypePcfSize

The size of the filter.

Methods

RequiresCustomBuffer()

public bool RequiresCustomBuffer()

Returns

bool