Click or drag to resize
AB4D logo

ObjMaterial Class

ObjMaterial defines a material that was read from mtl file.
Inheritance Hierarchy
SystemObject
  Ab3d.ObjFileObjMaterial

Namespace: Ab3d.ObjFile
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class ObjMaterial

The ObjMaterial type exposes the following members.

Constructors
 NameDescription
Public methodObjMaterial Constructor
Public methodObjMaterial(String) Constructor
Top
Properties
 NameDescription
Public propertyAlpha Gets or set an alpha transparency value for that material (1 is non-transparent, 0 is fully transparent)
Public propertyAmbientColor Gets or sets an ambient color.
Public propertyBumpTexture Gets or sets a name of the file that is used as a bump texture.
Public propertyDiffuseColor Gets or sets a diffuse color.
Public propertyDiffuseTexture Gets or sets a name of the file that is used as a diffuse texture.
Public propertyEmissiveColor Gets or sets an emissive color.
Public propertyName Gets or sets a name of the material.
Public propertySpecularColor Gets or sets a specular color.
Public propertySpecularPower Gets or sets a value used for specular power.
Public propertySpecularTexture Gets or sets a name of the file that is used as a specular texture.
Top
See Also