Click or drag to resize
SoMPEGRendererSetGLRenderAction Method

Sets the GL Render action used to generate each frame.

Namespace: OIV.Inventor.MPEG
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetGLRenderAction(
	SoGLRenderAction ra
)

Parameters

ra
Type: OIV.Inventor.ActionsSoGLRenderAction
Remarks

If no render action is specified, an internal instance of an OIV.Inventor.Actions.SoGLRenderAction will be maintained with a viewport region set to the size given with the method OIV.Inventor.MPEG.SoMPEGRenderer.SetSize(OIV.Inventor.SbVec2s).

See Also