Class ObjMaterial
Assembly: JeremyAnsel.Media.WavefrontObj.dll
Constructors
|
Edit this page
View Source
Declaration
|
Edit this page
View Source
Declaration
public ObjMaterial(string? name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
Declaration
public ObjMaterialColor? AmbientColor { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialMap? AmbientMap { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialMap? BumpMap { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialMap? DecalMap { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialColor? DiffuseColor { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialMap? DiffuseMap { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialMap? DispMap { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public float DissolveFactor { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialMap? DissolveMap { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialColor? EmissiveColor { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialMap? EmissiveMap { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int IlluminationModel { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool IsAntiAliasingEnabled { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool IsHaloDissolve { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string? Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public float OpticalDensity { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialReflectionMap ReflectionMap { get; }
Property Value
|
Edit this page
View Source
Declaration
public int Sharpness { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialColor? SpecularColor { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public float SpecularExponent { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialMap? SpecularExponentMap { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialMap? SpecularMap { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMaterialColor? TransmissionColor { get; set; }
Property Value