Click or drag to resize
SoGLFormatSetPlane Method

Note: This API is now obsolete.

Sets the plane of this format.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetPlane(
	int plane
)

Parameters

plane
Type: SystemInt32
Remarks

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.

See Also