Share

Autodesk.AutoCAD.GraphicsInterface.NormalMapMethod Enumeration

Description

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

This enum defines the normal maps.

C#

public enum NormalMapMethod {
  TangentSpaceNormalMap
}

Visual Basic

Public Enum NormalMapMethod
  TangentSpaceNormalMap
End Enum

Members

Members Description
TangentSpaceNormalMap Use tangent space method to compute the normal map

Was this information helpful?