7#ifndef PXR_USD_USD_SKEL_BINDING_H
8#define PXR_USD_USD_SKEL_BINDING_H
13#include "pxr/usd/usdSkel/api.h"
18PXR_NAMESPACE_OPEN_SCOPE
34 : _skel(skel), _skinningQueries(skinningQueries) {}
41 {
return _skinningQueries; }
49PXR_NAMESPACE_CLOSE_SCOPE
Helper object that describes the binding of a skeleton to a set of skinnable objects.
const UsdSkelSkeleton & GetSkeleton() const
Returns the bound skeleton.
const VtArray< UsdSkelSkinningQuery > & GetSkinningTargets() const
Returns the set skinning targets.
Represents an arbitrary dimensional rectangular container class.