Click or drag to resize
Material3ds Class
Material3ds class defines a material and contains all the data about a material that are written to 3ds file.
Inheritance Hierarchy
SystemObject
  Ab3d.File3dsMaterial3ds

Namespace: Ab3d.File3ds
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public class Material3ds

The Material3ds type exposes the following members.

Constructors
  NameDescription
Public methodMaterial3ds
Constructor
Top
Properties
  NameDescription
Public propertyAmbientColor
AmbientColor
Public propertyDiffuseColor
DiffuseColor
Public propertyFalloffAmount
FalloffAmount
Public propertyGlossiness
Glossiness
Public propertyIsFacemap
IsFacemap
Public propertyIsFallIn
If true than fall in is used. If false then fall out is used.
Public propertyIsTwoSided
IsTwoSided
Public propertyIsWireframe
IsWireframe
Public propertyMaps
List of MaterialMap3ds or null if no maps (textures) are used.
Public propertyName
Name of the material
Public propertyOpacity
Opacity
Public propertySelfIllumination
SelfIllumination
Public propertyShading
Type of shading as int
Public propertySpecularColor
SpecularColor
Public propertySpecularLevel
SpecularLevel
Public propertyWireSize
WireSize
Top
See Also