Click or drag to resize
SoMaterialreflectiveColor Property

DirectViz rendering only.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public SoMFColor reflectiveColor { get; }

Property Value

Type: SoMFColor
Remarks

Specifies the reflective color of the shape. When set to black (0,0,0), the object is not reflective. To simulate a perfect mirror, the reflectiveColor should be set to white (1, 1, 1), and all other color field values to black (0, 0, 0). The reflective component is added to the overall color of the object.

NOTE: field available since Open Inventor 6.1

See Also