Click or drag to resize
SoPhysicalMaterialemissiveColor Property

Emissive color of the surface.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public SoSFColor emissiveColor { get; }

Property Value

Type: SoSFColor
Remarks

Default is 0 0 0.

The emissive color is the color of the light emitted by the surface. It is not affected by the color of the incident light(s) or the angle of each incident light relative to the object's normal direction. It is used to simulate self-illuminated surfaces.

Note Note

Field available since Open Inventor 2025.1

See Also