Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / CreateShadowMap Method

In This Topic
    CreateShadowMap Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function CreateShadowMap( _
       ByVal lightIndex As Integer, _
       ByVal firstLight As Boolean, _
       ByVal gfxShadowParams As ShadowMapData.GfxShadowParams, _
       ByVal clippingPlanes() As ClippingPlaneBase, _
       ByVal lights() As LightSettings, _
       ByVal drawForShadowMap As DrawForShadowMapDelegate, _
       ByVal drawForShadowMapParams As Object _
    ) As Boolean

    Parameters

    lightIndex
    firstLight
    gfxShadowParams
    clippingPlanes
    lights
    drawForShadowMap
    drawForShadowMapParams
    See Also