SoRenderToTexturePropertySetGLRenderAction Method |
Specifies a custom render action to use for rendering the scene.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public 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
Remarks See Also