Click or drag to resize
Reader3dsMaterials Property
Gets the Dictionary that can be used to access all the WPF materials defined in 3ds file by their name.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public Dictionary<string, Material> Materials { get; }

Property Value

Type: DictionaryString, Material
See Also