Click or drag to resize
SoVRMLTextureBackgroundskyColor Property

Specifies the color of the sky at the various angles on the sky sphere.

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

Property Value

Type: SoMFColor
Remarks

The first value specifies the color of the sky at 0.0 degrees, the north pole. There must be one more skyColor value than there are skyAngle values. The first color value is the color at the north pole, which is not specified in the skyAngle field.

See Also