SoGLFormatSetPlane Method |
Note: This API is now obsolete.
Sets the plane of this format.
Namespace: OIV.Inventor.Devices
[ObsoleteAttribute("See documentation for more details")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public void SetPlane( int plane )
The plane parameter indicates the OpenGL plane on which the format applies. Plane 0 is the main OpenGL plane, a negative value indicates an underlay plane, while a positive value indicates an overlay plane.
By default the plane is set to the main plane.Obsoletesince Open Inventor 9610 Overlay feature is legacy, and no longer makes sense with current hardware.