SoOffscreenRendererRender Method (SoNode) |
Renders the given scene, specified as a node, into an off-screen buffer.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool Render(
SoNode scene
)
Public Function Render (
scene As SoNode
) As Boolean
public:
bool Render(
SoNode^ scene
)
member Render :
scene : SoNode -> bool
Parameters
- scene
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
Boolean
RemarksNote: If tiled rendering will be done, the application must call render(), but the actual rendering is not done until one of the writeToXXX() methods or getBuffer() is called.
See Also