Click or drag to resize
SoRenderAreaCoreSetSceneGraph Method

Defines the scene graph which is managed here.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void SetSceneGraph(
	SoNode newScene
)

Parameters

newScene
Type: OIV.Inventor.NodesSoNode

Implements

SiRenderAreaSetSceneGraph(SoNode)
Remarks

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

See Also