Properties for emissive materials.
Referenced by: Material (ColorMixMode), Material
Properties
| Property | Details |
|---|---|
| source | Defines where to get emissive color from.emissive: use the emissive color from the underlying object/material.color: use symbol color for emissive color.Valid values:
|
| strength | Value that defines the strength of the emission. |
Example
{
"strength": 0.8,
"source": "emissive"
}