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

In This Topic
    ProcessLightAttributes Method
    In This Topic
    Updates light attributes for all light sources. Light attributes are: color and specular color.
    Syntax
    'Declaration
     
    Public Sub ProcessLightAttributes( _
       ByVal shadowPass As Boolean, _
       ByVal reflection As Boolean _
    ) 
    public void ProcessLightAttributes( 
       bool shadowPass,
       bool reflection
    )

    Parameters

    shadowPass
    reflection
    See Also