Click or drag to resize
AB4D logo

SceneNodeVisual3D Constructor

Constructor

Namespace: Ab3d.Visuals
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public SceneNodeVisual3D(
	SceneNode sceneNode
)

Parameters

sceneNode  SceneNode
SceneNode that will be shown with this SceneNodeVisual3D (must not be null).
See Also