Class ObjMaterialMap
Inheritance
ObjMaterialMap
Assembly: JeremyAnsel.Media.WavefrontObj.dll
public class ObjMaterialMap
Constructors
|
Edit this page
View Source
Declaration
|
Edit this page
View Source
Declaration
public ObjMaterialMap(string? fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
Properties
|
Edit this page
View Source
Declaration
public float Boost { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public float BumpMultiplier { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string? FileName { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool IsClampingEnabled { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool IsColorCorrectionEnabled { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool IsHorizontalBlendingEnabled { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool IsVerticalBlendingEnabled { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public float ModifierBase { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public float ModifierGain { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjVector3 Offset { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjMapChannel ScalarChannel { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjVector3 Scale { get; set; }
Property Value
|
Edit this page
View Source
TextureResolution
Declaration
public int TextureResolution { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjVector3 Turbulence { get; set; }
Property Value