Click or drag to resize
SoVRMLTextureBackgroundgroundColor Property

Specifies the color of the ground at the various angle on the ground sphere.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoMFColor groundColor { get; }

Property Value

Type: SoMFColor
Remarks

The first value of groundColor specifies the color of the ground at 0.0 degrees. There must be one more goundColor value than there are groundAngle values. The first color is for 0.0 which is not specified in the groundAngle field.

See Also