Method UsdSkelSortInfluences
UsdSkelSortInfluences(SWIGTYPE_p_TfSpanT_int_t, SWIGTYPE_p_TfSpanT_float_t, int)
Declaration
public static bool UsdSkelSortInfluences(SWIGTYPE_p_TfSpanT_int_t indices, SWIGTYPE_p_TfSpanT_float_t weights, int numInfluencesPerComponent)
Parameters
Type | Name | Description |
---|---|---|
SWIGTYPE_p_TfSpanT_int_t | indices | |
SWIGTYPE_p_TfSpanT_float_t | weights | |
int | numInfluencesPerComponent |
Returns
Type | Description |
---|---|
bool |
UsdSkelSortInfluences(VtIntArray, VtFloatArray, int)
Declaration
public static bool UsdSkelSortInfluences(VtIntArray indices, VtFloatArray weights, int numInfluencesPerComponent)
Parameters
Type | Name | Description |
---|---|---|
VtIntArray | indices | |
VtFloatArray | weights | |
int | numInfluencesPerComponent |
Returns
Type | Description |
---|---|
bool |