Method UsdSkelSkinTransform
UsdSkelSkinTransform(TfToken, GfMatrix4d, SWIGTYPE_p_TfSpanT_GfMatrix4d_const_t, SWIGTYPE_p_TfSpanT_int_const_t, SWIGTYPE_p_TfSpanT_float_const_t, GfMatrix4d)
Declaration
public static bool UsdSkelSkinTransform(TfToken skinningMethod, GfMatrix4d geomBindTransform, SWIGTYPE_p_TfSpanT_GfMatrix4d_const_t jointXforms, SWIGTYPE_p_TfSpanT_int_const_t jointIndices, SWIGTYPE_p_TfSpanT_float_const_t jointWeights, GfMatrix4d xform)
Parameters
| Type | Name | Description |
|---|---|---|
| TfToken | skinningMethod | |
| GfMatrix4d | geomBindTransform | |
| SWIGTYPE_p_TfSpanT_GfMatrix4d_const_t | jointXforms | |
| SWIGTYPE_p_TfSpanT_int_const_t | jointIndices | |
| SWIGTYPE_p_TfSpanT_float_const_t | jointWeights | |
| GfMatrix4d | xform |
Returns
| Type | Description |
|---|---|
| bool |
UsdSkelSkinTransform(TfToken, GfMatrix4f, SWIGTYPE_p_TfSpanT_GfMatrix4f_const_t, SWIGTYPE_p_TfSpanT_int_const_t, SWIGTYPE_p_TfSpanT_float_const_t, GfMatrix4f)
Declaration
public static bool UsdSkelSkinTransform(TfToken skinningMethod, GfMatrix4f geomBindTransform, SWIGTYPE_p_TfSpanT_GfMatrix4f_const_t jointXforms, SWIGTYPE_p_TfSpanT_int_const_t jointIndices, SWIGTYPE_p_TfSpanT_float_const_t jointWeights, GfMatrix4f xform)
Parameters
| Type | Name | Description |
|---|---|---|
| TfToken | skinningMethod | |
| GfMatrix4f | geomBindTransform | |
| SWIGTYPE_p_TfSpanT_GfMatrix4f_const_t | jointXforms | |
| SWIGTYPE_p_TfSpanT_int_const_t | jointIndices | |
| SWIGTYPE_p_TfSpanT_float_const_t | jointWeights | |
| GfMatrix4f | xform |
Returns
| Type | Description |
|---|---|
| bool |
UsdSkelSkinTransform(TfToken, GfMatrix4d, SWIGTYPE_p_TfSpanT_GfMatrix4d_const_t, SWIGTYPE_p_TfSpanT_GfVec2f_const_t, GfMatrix4d)
Declaration
public static bool UsdSkelSkinTransform(TfToken skinningMethod, GfMatrix4d geomBindTransform, SWIGTYPE_p_TfSpanT_GfMatrix4d_const_t jointXforms, SWIGTYPE_p_TfSpanT_GfVec2f_const_t influences, GfMatrix4d xform)
Parameters
| Type | Name | Description |
|---|---|---|
| TfToken | skinningMethod | |
| GfMatrix4d | geomBindTransform | |
| SWIGTYPE_p_TfSpanT_GfMatrix4d_const_t | jointXforms | |
| SWIGTYPE_p_TfSpanT_GfVec2f_const_t | influences | |
| GfMatrix4d | xform |
Returns
| Type | Description |
|---|---|
| bool |
UsdSkelSkinTransform(TfToken, GfMatrix4f, SWIGTYPE_p_TfSpanT_GfMatrix4f_const_t, SWIGTYPE_p_TfSpanT_GfVec2f_const_t, GfMatrix4f)
Declaration
public static bool UsdSkelSkinTransform(TfToken skinningMethod, GfMatrix4f geomBindTransform, SWIGTYPE_p_TfSpanT_GfMatrix4f_const_t jointXforms, SWIGTYPE_p_TfSpanT_GfVec2f_const_t influences, GfMatrix4f xform)
Parameters
| Type | Name | Description |
|---|---|---|
| TfToken | skinningMethod | |
| GfMatrix4f | geomBindTransform | |
| SWIGTYPE_p_TfSpanT_GfMatrix4f_const_t | jointXforms | |
| SWIGTYPE_p_TfSpanT_GfVec2f_const_t | influences | |
| GfMatrix4f | xform |
Returns
| Type | Description |
|---|---|
| bool |
UsdSkelSkinTransform(TfToken, GfMatrix4d, GfMatrix4d, uint, SWIGTYPE_p_int, SWIGTYPE_p_float, uint, GfMatrix4d)
Declaration
public static bool UsdSkelSkinTransform(TfToken skinningMethod, GfMatrix4d geomBindTransform, GfMatrix4d jointXforms, uint numJoints, SWIGTYPE_p_int jointIndices, SWIGTYPE_p_float jointWeights, uint numInfluences, GfMatrix4d xform)
Parameters
| Type | Name | Description |
|---|---|---|
| TfToken | skinningMethod | |
| GfMatrix4d | geomBindTransform | |
| GfMatrix4d | jointXforms | |
| uint | numJoints | |
| SWIGTYPE_p_int | jointIndices | |
| SWIGTYPE_p_float | jointWeights | |
| uint | numInfluences | |
| GfMatrix4d | xform |
Returns
| Type | Description |
|---|---|
| bool |