Version: 2022.3
言語: 日本語

ModelImporterNormalSmoothingSource

enumeration

マニュアルに切り替える

説明

Source of smoothing information for calculation of normals in ModelImporter.

Describes how Unity calculates whether edges have hard or smooth normals (from smoothing groups or the angle between faces). By default, Unity uses smoothing groups if they are present. If not, it uses angles.

See Also: ModelImporter.normalSmoothingSource, Mesh.normals.

変数

PreferSmoothingGroupsUse smoothing groups if they are present in the Model file, otherwise use angle (default).
FromSmoothingGroupsUse smoothing groups to determine which edges are smooth and which are hard.
FromAngleUse the angle between adjacent faces to determine if an edge is smooth or hard.
NoneDo not create hard edges.