Click or drag to resize
AB4D logo

ObjModelVisual3DDefaultMaterial Property

Gets or sets the default material that is used when the material is not defined in obj file. Default value is a Silver DiffuseMaterial.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
[TypeConverterAttribute(typeof(MaterialTypeConverter))]
public Material DefaultMaterial { get; set; }

Property Value

Material
See Also