Method UsdSkelResizeInfluences
UsdSkelResizeInfluences(VtIntArray, int, int)
Declaration
public static bool UsdSkelResizeInfluences(VtIntArray indices, int srcNumInfluencesPerComponent, int newNumInfluencesPerComponent)
Parameters
| Type |
Name |
Description |
| VtIntArray |
indices |
|
| int |
srcNumInfluencesPerComponent |
|
| int |
newNumInfluencesPerComponent |
|
Returns
UsdSkelResizeInfluences(VtFloatArray, int, int)
Declaration
public static bool UsdSkelResizeInfluences(VtFloatArray weights, int srcNumInfluencesPerComponent, int newNumInfluencesPerComponent)
Parameters
| Type |
Name |
Description |
| VtFloatArray |
weights |
|
| int |
srcNumInfluencesPerComponent |
|
| int |
newNumInfluencesPerComponent |
|
Returns