Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / DrawTrianglesForShadowMap Method
The draw parameters

In This Topic
    DrawTrianglesForShadowMap Method
    In This Topic
    Draws the triangles for the shadow map creation.
    Syntax
    'Declaration
     
    Protected Friend Overridable Function DrawTrianglesForShadowMap( _
       ByVal data As DrawEntitiesShadowParams _
    ) As Boolean
    protected internal virtual bool DrawTrianglesForShadowMap( 
       DrawEntitiesShadowParams data
    )

    Parameters

    data
    The draw parameters

    Return Value

    True if successful, false otherwise/
    See Also