7#ifndef PXR_USD_IMAGING_USD_SKEL_IMAGING_JOINT_INFLUENCES_DATA_H
8#define PXR_USD_IMAGING_USD_SKEL_IMAGING_JOINT_INFLUENCES_DATA_H
10#include "pxr/usdImaging/usdSkelImaging/api.h"
14#include "pxr/imaging/hd/dataSourceTypeDefs.h"
16PXR_NAMESPACE_OPEN_SCOPE
18class HdPrimvarsSchema;
33 VtVec2fArray influences;
34 bool hasConstantInfluences;
35 int numInfluencesPerComponent;
38 UsdSkelAnimMapper jointMapper;
45UsdSkelImagingComputeJointInfluencesData(
46 HdContainerDataSourceHandle
const &primSource,
47 HdContainerDataSourceHandle
const &skeletonPrimSource);
49PXR_NAMESPACE_CLOSE_SCOPE
Some of the data feeding into the ext computations to skin a prim.