Material.Shininess Property
Gets or sets a value indicating how shiny the mesh surface is.
Syntax
public System.Double Shininess { get; set; }
Property Value
Default: 128.0
A value indicating how shiny the mesh surface is, typically between 1.0 and 128.0.
Remarks
This property is used together with SpecularColor to produce specular highlights, or light reflections. A high value for this property indicates a shiny surface, and the specular highlights will be small but intense. A lower value will create larger but less intense highlights.
If the SpecularColor is black, no highlights will be visible and this property will have no effect.
Platforms
Windows, Linux, Android