Autodesk.AutoCAD.GraphicsInterface Namespace > NormalMapMethod Enumeration
Autodesk.AutoCAD.GraphicsInterface.NormalMapMethod Enumeration
Description

 

This .NET enum wraps the AcGiMaterialTraits2::NormalMapMethod enum. 

This enum defines the normal maps.

Visual Basic
Public Enum NormalMapMethod
  TangentSpaceNormalMap
End Enum
C#
public enum NormalMapMethod {
  TangentSpaceNormalMap
}
Members
Members 
Description 
TangentSpaceNormalMap 
Use tangent space method to compute the normal map 
   Comments?