Click or drag to resize
SoOffscreenRendererRender Method (SoNode)

Renders the given scene, specified as a node, into an off-screen buffer.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public bool Render(
	SoNode scene
)

Parameters

scene
Type: OIV.Inventor.NodesSoNode

Return Value

Type: Boolean
Remarks

Note: 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