Click or drag to resize
SoMaterialdiffuseColor Property

Diffuse color(s) 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 diffuseColor { get; }

Property Value

Type: SoMFColor
Remarks

A diffuse color is similar to a base color as described [here](OIV.Inventor.Nodes.SoLightModel-base-color-def). Default is 0.8 0.8 0.8.

Diffuse reflectance plays the most important role in determining the appearance of an object. It's affected by the color of the incident light(s) and the angle of each incident light relative to the object's normal direction. (It's most intense where the incident light falls perpendicular to the surface.) The position of the camera doesn't affect diffuse reflectance at all.

See Also