Class ReadSkinnedMeshNode.InputPort
Input ports of the Read
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public class ReadSkinnedMeshNode.InputPort : InputPorts
Fields
PrimVarMapping
This structure defines the mappings between Primvar names in UsdGeomMesh and vertex channels in the resulting MeshDescriptions.
Declaration
public PrimvarToVertexAttributeMapping PrimVarMapping
Field Value
Type | Description |
---|---|
Primvar |
SkinnedMeshData
Skinned mesh data used for computing vertex weight and joint indices.
Declaration
public Dictionary<string, UsdSkinnedMeshData> SkinnedMeshData
Field Value
Type | Description |
---|---|
Dictionary<string, Usd |
UsdMeshes
List of USD meshes to convert. This can include mesh prims that are USD references.
Declaration
public List<UsdPrim> UsdMeshes
Field Value
UsdSkelBlendShapes
List of USD blendshapes to convert.
Declaration
public Dictionary<string, UsdSkelBlendShape[]> UsdSkelBlendShapes
Field Value
Type | Description |
---|---|
Dictionary<string, Usd |
usdMetadata
USD stage metadata.
Declaration
public UsdStageMetadata usdMetadata
Field Value
Type | Description |
---|---|
Usd |