Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / Shininess Property

In This Topic
    Shininess Property (Material)
    In This Topic
    Gets or sets the specular exponent of the material (range 0-1).
    Syntax
    'Declaration
     
    Public Property Shininess As Single
    public float Shininess {get; set;}
    See Also