Shininess Property

The Shininess property returns or sets the Shininess value of the light source. Returns a Double.

Syntax

object.Shininess

object.Shininess = Shininess

 

Parameter Type Description
Shininess Double required

 

Example 1

This example shows how to set the shininess value for a surface map lighting object.

SurfLight.Shininess = 75

Example 2

This example shows how to set the shininess value for a 3D pie chart lighting object.

PieLight.Shininess = 100

 

Used by: AutoLightingObj object