Click or drag to resize
SoSceneManagerSetShareContext Method (SbGLShareContext, Boolean)

Sets the OpenGL context to be shared by the scene manager.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetShareContext(
	SbGLShareContext sc,
	bool issc
)

Parameters

sc
Type: OIV.InventorSbGLShareContext
issc
Type: SystemBoolean
Remarks

This avoids the necessity to re-generate textures and display lists if they are already available in another OpenGL context (another viewer context, for instance).

See Also