Click or drag to resize
AB4D logo

WpfVisual3DCollectionNode(Visual3DCollection, DictionaryString, Object, String, Effect) Constructor

Initializes a new instance of the WpfVisual3DCollectionNode class.

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public WpfVisual3DCollectionNode(
	Visual3DCollection visuals,
	Dictionary<string, Object> namedObjects,
	string name = null,
	Effect materialEffect = null
)

Parameters

visuals  Visual3DCollection
WPF's Visual3DCollection
namedObjects  DictionaryString, Object
Dictionary of named objects
name  String  (Optional)
name of this WpfGeometryModel3DNode (optional)
materialEffect  Effect  (Optional)
Effect that will render this WpfGeometryModel3DNode; if null, a standard effect will be used (effect set in EffectsManager as standard effect)
See Also