Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / DisplayModeSettingsRendered Class / EnvironmentMapping Property

In This Topic
    EnvironmentMapping Property
    In This Topic
    Gets or sets the Environment map visibility status.
    Syntax
    'Declaration
     
    Public Property EnvironmentMapping As Boolean
    public bool EnvironmentMapping {get; set;}
    Remarks
    The environment intensity can be changed for all entities with the devDept.Graphics.Material.Environment property of ViewportLayout.DefaultMaterial, or can be changed individually for each entity devDept.Graphics.Material
    See Also