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

In This Topic
    SetLightAttributes Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub SetLightAttributes( _
       ByVal lightIndex As Integer, _
       ByVal diffuse() As Single, _
       ByVal ambient() As Single, _
       ByVal specular() As Single, _
       ByVal light As LightSettings _
    ) 
    public virtual void SetLightAttributes( 
       int lightIndex,
       float[] diffuse,
       float[] ambient,
       float[] specular,
       LightSettings light
    )

    Parameters

    lightIndex
    diffuse
    ambient
    specular
    light
    See Also