Wpf |
The WpfVisual3DCollectionNode type exposes the following members.
Name | Description | |
---|---|---|
IsCheckingForChanges | Gets or sets a Boolean that specifies if WpfVisual3DCollectionNode is automatically checking for changes in the Visuals (Visual3DCollection). When true (by default), then in each Update call the Visual3DCollection is checked for changes. When false, then user should call NotifyChanges(ListVisual3D, ListVisual3D) method when the Visual3DCollection is changed. It is recommended to set this property before the InitializeResources is called (before this SceneNodes is added to parent SceneNode). | |
MaterialEffect | Gets or sets the Effect that will render this WpfGeometryModel3DNode. If null, a standard effect will be used (effect set in EffectsManager as standard effect) | |
Visuals | Gets the WPF's Visual3DCollection that is used to initialize this WpfVisual3DCollectionNode |