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

In This Topic
    SetLightPosition Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub SetLightPosition( _
       ByVal lightIndex As Integer, _
       ByVal lightType As lightType, _
       ByVal dir() As Single, _
       ByVal position() As Single _
    ) 
    public override void SetLightPosition( 
       int lightIndex,
       lightType lightType,
       float[] dir,
       float[] position
    )

    Parameters

    lightIndex
    lightType
    dir
    position
    See Also