SoMPEGRendererSetGLRenderAction Method |
Sets the GL Render action used to generate each frame.
Namespace: OIV.Inventor.MPEGAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetGLRenderAction(
SoGLRenderAction ra
)
Public Sub SetGLRenderAction (
ra As SoGLRenderAction
)
public:
void SetGLRenderAction(
SoGLRenderAction^ ra
)
member SetGLRenderAction :
ra : SoGLRenderAction -> unit
Parameters
- ra
- Type: OIV.Inventor.ActionsSoGLRenderAction
RemarksIf no render action is specified, an internal instance of an SoGLRenderAction will be maintained with a viewport region set to the size given with the method setSize().
See Also