Click or drag to resize
SiRenderAreaSetSceneGraph Method

Defines the scene graph which is managed here.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
void SetSceneGraph(
	SoNode newScene
)

Parameters

newScene
Type: OIV.Inventor.NodesSoNode
Remarks

This is the Open Inventor scene which will be traversed for rendering and event processing.

scene graph.

See Also