SoOffscreenRenderer Constructor (SoGLRenderAction) |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoOffscreenRenderer(
SoGLRenderAction ra
)
Public Sub New (
ra As SoGLRenderAction
)
public:
SoOffscreenRenderer(
SoGLRenderAction^ ra
)
new :
ra : SoGLRenderAction -> SoOffscreenRenderer
Parameters
- ra
- Type: OIV.Inventor.ActionsSoGLRenderAction
RemarksThe render action passed to the constructor will be used in all subsequent offscreen renderings.
See Also