Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


normalCalculationMode

Normal generation options for ModelImporter.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public ModelImporterNormalCalculationMode normalCalculationMode { get; set; }

Remarks

Normals can be calculated by Unity using several methods. They can be either unweighted or weighted by area, angle or both.
This setting is only used when normalImportMode is set to Calculate.
Additional Resources: ModelImporterNormals.