SoVRMLTextureBackgroundskyAngle Property |
Specifies the angles from the north pole in which concentric circles of color appear.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoMFFloat skyAngle { get; }
Public ReadOnly Property skyAngle As SoMFFloat
Get
public:
property SoMFFloat^ skyAngle {
SoMFFloat^ get ();
}
member skyAngle : SoMFFloat with get
Property Value
Type:
SoMFFloat
RemarksThe north pole is 0.0 degrees, the natural horizon pi/2 radians, and the south pole is pi radians.
See Also