Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / GLShader Class / ComposeStrings Method
The shadow quality
The background
Active activeLights

In This Topic
    ComposeStrings Method
    In This Topic
    Method used internally to compose the shader code.
    Syntax
    'Declaration
     
    Protected Overridable Sub ComposeStrings( _
       ByVal shadowQuality As realisticShadowQualityType, _
       ByVal background As BackgroundSettings, _
       ByVal activeLights() As LightSettings _
    ) 
    protected virtual void ComposeStrings( 
       realisticShadowQualityType shadowQuality,
       BackgroundSettings background,
       LightSettings[] activeLights
    )

    Parameters

    shadowQuality
    The shadow quality
    background
    The background
    activeLights
    Active activeLights
    See Also