UpperShininess Property

The UpperShininess property returns or sets the upper shininess of a surface. Returns a double.

Syntax

object.UpperShininess

object.UpperShininess = Shininess

Parameter

Type

Description

Shininess

Double

percent shininess size of the specular reflections, greater percentages mean the reflections become more focused

Example 1

This example shows how to return the upper shininess percentage.

Debug.Print "UpperShininess = "; SurfaceMap.UpperShininess

Example 2

This example shows how to set the upper shininess percentage.

SurfaceMap.UpperShininess= 40

Used by: Surface object