Click or drag to resize
RenderAreaGLContext Property

Gets the OpenGL context associated with the renderArea.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public SoGLContext GLContext { get; }

Return Value

Type: SoGLContext

the OpenGL context

Remarks

This object is created automatically by RemoteViz.

In the OIV.RemoteViz.Rendering.ServiceSettings.RunModes.INDEPENDENT_SERVICE mode, this method returns null.

See Also