Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / GetNumberOfShadowMapSplits Method

In This Topic
    GetNumberOfShadowMapSplits Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetNumberOfShadowMapSplits( _
       ByVal shadowQuality As realisticShadowQualityType, _
       ByVal lights() As LightSettings _
    ) As Integer
    public override int GetNumberOfShadowMapSplits( 
       realisticShadowQualityType shadowQuality,
       LightSettings[] lights
    )

    Parameters

    shadowQuality
    lights
    See Also