Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

ModelImporterNormalCalculationMode

enumeration

Description

Normal generation options for ModelImporter.

Normals can be calculated by Unity using several methods. They can be either unweighted or weighted by area, angle or both.

See Also: ModelImporter.normalImportMode.

Properties

Unweighted_LegacyThe normals are unweighted. This option uses the legacy algorithm for handling hard edges.
UnweightedThe normals are not weighted.
AreaWeightedThe normals are weighted by the face area.
AngleWeightedThe normals are weighted by the vertex angle on each face.
AreaAndAngleWeightedThe normals are weighted by both the face area and the vertex angle on each face.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答