Click or drag to resize
SoMaterialemissiveColor Property

Emissive color of the surface.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFColor emissiveColor { get; }

Property Value

Type: SoMFColor
Remarks

Default is 0 0 0.

Emissive color makes an object appear to be giving off light of that color, independent of any lights (or lack of lights) in the scene. It can be useful for highlighting selected objects in the scene.

See Also