Enum NormalsMode
The normals processing mode on Alembic file import.
Namespace: UnityEngine.Formats.Alembic.Sdk
Syntax
public enum NormalsMode
Fields
| Name | Description |
|---|---|
| AlwaysCalculate | Ignore normals from the Alembic file and always recompute them. |
| CalculateIfMissing | Use Alembic file normals if they exist, otherwise compute them. |