Class FbxSurfaceLambert
Inheritance
FbxSurfaceLambert
Syntax
public class FbxSurfaceLambert : FbxSurfaceMaterial, IDisposable, IEquatable<FbxEmitter>
Properties
Ambient
Declaration
public FbxPropertyDouble3 Ambient { get; }
Property Value
AmbientFactor
Declaration
public FbxPropertyDouble AmbientFactor { get; }
Property Value
Bump
Declaration
public FbxPropertyDouble3 Bump { get; }
Property Value
BumpFactor
Declaration
public FbxPropertyDouble BumpFactor { get; }
Property Value
Diffuse
Declaration
public FbxPropertyDouble3 Diffuse { get; }
Property Value
DiffuseFactor
Declaration
public FbxPropertyDouble DiffuseFactor { get; }
Property Value
DisplacementColor
Declaration
public FbxPropertyDouble3 DisplacementColor { get; }
Property Value
DisplacementFactor
Declaration
public FbxPropertyDouble DisplacementFactor { get; }
Property Value
Emissive
Declaration
public FbxPropertyDouble3 Emissive { get; }
Property Value
EmissiveFactor
Declaration
public FbxPropertyDouble EmissiveFactor { get; }
Property Value
NormalMap
Declaration
public FbxPropertyDouble3 NormalMap { get; }
Property Value
TransparencyFactor
Declaration
public FbxPropertyDouble TransparencyFactor { get; }
Property Value
TransparentColor
Declaration
public FbxPropertyDouble3 TransparentColor { get; }
Property Value
VectorDisplacementColor
Declaration
public FbxPropertyDouble3 VectorDisplacementColor { get; }
Property Value
VectorDisplacementFactor
Declaration
public FbxPropertyDouble VectorDisplacementFactor { get; }
Property Value
Methods
Create(FbxManager, String)
Declaration
public static FbxSurfaceLambert Create(FbxManager pManager, string pName)
Parameters
Returns
Create(FbxObject, String)
Declaration
public static FbxSurfaceLambert Create(FbxObject pContainer, string pName)
Parameters
Returns
Equals(FbxSurfaceLambert)
Declaration
public bool Equals(FbxSurfaceLambert other)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
Equality(FbxSurfaceLambert, FbxSurfaceLambert)
Declaration
public static bool operator ==(FbxSurfaceLambert a, FbxSurfaceLambert b)
Parameters
Returns
Inequality(FbxSurfaceLambert, FbxSurfaceLambert)
Declaration
public static bool operator !=(FbxSurfaceLambert a, FbxSurfaceLambert b)
Parameters
Returns