|
HDK
|
#include <jointInfluencesData.h>
Public Attributes | |
| VtVec2fArray | influences |
| bool | hasConstantInfluences |
| int | numInfluencesPerComponent |
| UsdSkelAnimMapper | jointMapper |
Some of the data feeding into the ext computations to skin a prim. They are related to which points are influenced by what skinning transform. These data come from the SkelBindingAPI primvars.
Definition at line 23 of file jointInfluencesData.h.
| bool UsdSkelImagingJointInfluencesData::hasConstantInfluences |
Definition at line 34 of file jointInfluencesData.h.
| VtVec2fArray UsdSkelImagingJointInfluencesData::influences |
Definition at line 33 of file jointInfluencesData.h.
| UsdSkelAnimMapper UsdSkelImagingJointInfluencesData::jointMapper |
Definition at line 38 of file jointInfluencesData.h.
| int UsdSkelImagingJointInfluencesData::numInfluencesPerComponent |
Definition at line 35 of file jointInfluencesData.h.