MaterialNormalMapComponentMethod Property
|
Property that represents material map for the
normal map channel of the material, the method used to compute the
normal map, and the channel strength.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public NormalMapMethod Method { get; }
Public ReadOnly Property Method As NormalMapMethod
Get
public:
property NormalMapMethod Method {
NormalMapMethod get ();
}
member Method : NormalMapMethod with get
Property Value
NormalMapMethod
See Also