Class ComputeNormalsAndTangentsNode.InputPort
Input ports of the ComputeNormalsAndTangentsNode.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class ComputeNormalsAndTangentsNode.InputPort : InputPorts
Fields
pathToUnityMesh
A primPath-Mesh mapping containing the mesh of the usd file.
Declaration
public Dictionary<string, Mesh> pathToUnityMesh
Field Value
Type | Description |
---|---|
Dictionary<string, Mesh> |
recalculateNormals
A flag telling if mesh normals should be recalculated if missing.
Declaration
public bool recalculateNormals
Field Value
Type | Description |
---|---|
bool |
recalculateTangents
A flag telling if mesh tangents should be recalculated if missing or if normals have been recalculated.
Declaration
public bool recalculateTangents
Field Value
Type | Description |
---|---|
bool |