Click or drag to resize
WpfGeometryModel3DNodeMaterialEffect Property
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)

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 1.1.5815.1040
Syntax
C#
public Effect MaterialEffect { get; set; }

Property Value

Type: Effect
See Also