modelEmissiveStrength

open override fun modelEmissiveStrength(modelEmissiveStrength: Double): ModelLayer

Strength of the emission. There is no emission for value 0. For value 1.0, only emissive component (no shading) is displayed and values above 1.0 produce light contribution to surrounding area, for some of the parts (e.g. doors). Expressions that depend on measure-light are not supported when using GeoJSON or vector tile as the model layer source.

Use static method ModelLayer.defaultModelEmissiveStrength to set the default property.

Parameters

modelEmissiveStrength

value of modelEmissiveStrength


open override fun modelEmissiveStrength(modelEmissiveStrength: Expression): ModelLayer

Strength of the emission. There is no emission for value 0. For value 1.0, only emissive component (no shading) is displayed and values above 1.0 produce light contribution to surrounding area, for some of the parts (e.g. doors). Expressions that depend on measure-light are not supported when using GeoJSON or vector tile as the model layer source.

Use static method ModelLayer.defaultModelEmissiveStrengthAsExpression to set the default property.

Parameters

modelEmissiveStrength

value of modelEmissiveStrength as Expression


Strength of the emission. There is no emission for value 0. For value 1.0, only emissive component (no shading) is displayed and values above 1.0 produce light contribution to surrounding area, for some of the parts (e.g. doors). Expressions that depend on measure-light are not supported when using GeoJSON or vector tile as the model layer source.