Enum TangentsMode
The tangents processing mode on Alembic file import.
Namespace: UnityEngine.Formats.Alembic.Sdk
Assembly: Unity.Formats.Alembic.Runtime.dll
Syntax
public enum TangentsMode
Fields
| Name | Description |
|---|---|
| Calculate | Compute and set mesh tangents. Requires normals and UV data. |
| None | Do not compute tangents. As tangents are not stored in Alembic, there will be no tangent data. |