24 #ifndef PXR_USD_USD_SKEL_BINDING_H 25 #define PXR_USD_USD_SKEL_BINDING_H 30 #include "pxr/usd/usdSkel/api.h" 35 PXR_NAMESPACE_OPEN_SCOPE
51 : _skel(skel), _skinningQueries(skinningQueries) {}
58 {
return _skinningQueries; }
66 PXR_NAMESPACE_CLOSE_SCOPE
68 #endif // USDSKEL_SKINNING_MAP
const VtArray< UsdSkelSkinningQuery > & GetSkinningTargets() const
Returns the set skinning targets.
const UsdSkelSkeleton & GetSkeleton() const
Returns the bound skeleton.
Helper object that describes the binding of a skeleton to a set of skinnable objects.