Plate.SpecularReflectivity Property

Top 

Description

The coefficient of specular reflectivity of this plate. Specular reflectivity is the mirror-like reflection of light from a surface, where each incident ray is reflected at the same angle to the surface normal as the incident ray. Reflectivity is the ratio of the power of the reflected wave to that of the incident wave. An increasing coefficient responds to increasing power of the reflected wave. Note that the sum of DiffuseReflectivity and SpecularReflectivity must be less than or equal to 1.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Default Value:

0.1

Valid Range:

0 ≤ Plate.SpecularReflectivity ≤ 1

 

Syntax

myVariable1 = myPlate1.SpecularReflectivity;

 

myPlate1.SpecularReflectivity = myVariable1;

 

See also

Plate Object