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

In This Topic
    CreateReflectionShaders Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Function CreateReflectionShaders( _
       ByVal shadowQuality As realisticShadowQualityType, _
       ByVal orientationMode As orientationType, _
       ByVal background As BackgroundSettings, _
       ByVal lights() As LightSettings _
    ) As Dictionary(Of shaderType,IShaderTechnique)

    Parameters

    shadowQuality
    orientationMode
    background
    lights
    See Also