|
WpfModel3DGroupNode(Model3DGroup, DictionaryString, Object, String, Effect) Constructor |
Namespace: Ab3d.DirectX.ModelsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public WpfModel3DGroupNode(
Model3DGroup model3DGroup,
Dictionary<string, Object> namedObjects,
string name = null,
Effect materialEffect = null
)
Parameters
- model3DGroup Model3DGroup
- WPF's Model3DGroup
- namedObjects DictionaryString, Object
- Dictionary of named objects
- name String (Optional)
- name of this WpfModel3DGroupNode (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