Loading...
Searching...
No Matches
UsdSkelImagingSkelData Struct Reference

Some of the data necessary to compute the skinning transforms of a skeleton. More...

#include <skelData.h>

Public Attributes

SdfPath primPath
 Path of deformable prim. Used only for warnings/error messages.
 
SdfPath animationSource
 Path of animation prim.
 
UsdSkelTopology topology
 From skeleton's joints.
 
UsdSkelAnimMapper animMapper
 Remapping of skelAnimation's data to skeleton's hierarchy.
 
VtArray< GfMatrix4fbindTransforms
 From skeleton.
 
VtArray< GfMatrix4finverseBindTransforms
 

Detailed Description

Some of the data necessary to compute the skinning transforms of a skeleton.

These data come from the skeleton and the skelAnimation's joints.

Definition at line 28 of file skelData.h.

Member Data Documentation

◆ animationSource

SdfPath animationSource

Path of animation prim.

Definition at line 34 of file skelData.h.

◆ animMapper

UsdSkelAnimMapper animMapper

Remapping of skelAnimation's data to skeleton's hierarchy.

Definition at line 40 of file skelData.h.

◆ bindTransforms

VtArray<GfMatrix4f> bindTransforms

From skeleton.

Definition at line 43 of file skelData.h.

◆ inverseBindTransforms

VtArray<GfMatrix4f> inverseBindTransforms

Definition at line 44 of file skelData.h.

◆ primPath

SdfPath primPath

Path of deformable prim. Used only for warnings/error messages.

Definition at line 31 of file skelData.h.

◆ topology

UsdSkelTopology topology

From skeleton's joints.

Definition at line 37 of file skelData.h.


The documentation for this struct was generated from the following file: