Click or drag to resize
Reader3dsMaterials3ds Property
Gets the Dictionary that can be used to access all the Material3ds defined in 3ds file. The Material3ds contain all the material properties that are stored in 3ds file.

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

Property Value

Type: DictionaryString, Material3ds
See Also