SoMaterialemissiveColor Property |
Emissive color of the surface.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFColor emissiveColor { get; }
Public ReadOnly Property emissiveColor As SoMFColor
Get
public:
property SoMFColor^ emissiveColor {
SoMFColor^ get ();
}
member emissiveColor : SoMFColor with get
Property Value
Type:
SoMFColorRemarks 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