RenderContextBase.GetNumberOfShadowMapSplits Method

Gets the number of splits used in the shadowmap computation.
Public Overridable Function GetNumberOfShadowMapSplits( _ 
ByVal shadowQuality As realisticShadowQualityType, _ 
ByVal lights As LightSettings() _ 
) As Integer
This language is not supported or no code example is available.
public virtual int GetNumberOfShadowMapSplits( 
realisticShadowQualityType shadowQuality
LightSettings[] lights 
)
This language is not supported or no code example is available.

Parameters

shadowQuality
realisticShadowQualityType

The shadow quality

lights
LightSettings[]

The lights array

Return Value

int

The number of splits.

.NET Framework

Supported in: 4.8

In this article

Definition