MapChart.DirectLightDirection

Syntax

DirectLightDirection: PP.Vector3;

Description

The DirectLightDirection property specifies direction of ambient light.

Comments

Property value is set from JSON or using the setAmbientLightValue method.

By default this property has PP.Vector3 value created with specified parameters 0.45, -0.85, -1.

The property can be applied only for maps with Sphere topobase.

Example

The example of property use is given in the page MapChart.AmbientLightValue.

See also:

MapChart