Click or drag to resize
AB4D logo

InstancedMeshGeometryVisual3DSpecularMaterial Property

Gets material that is used as a base material for this InstancedMeshGeometryVisual3D. BaseMaterial can provide additional specular material properties. After changing the property the UpdateMaterial method must be called.

Namespace: Ab3d.Visuals
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public SpecularMaterial SpecularMaterial { get; }

Property Value

SpecularMaterial
See Also