Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 576 Bytes

File metadata and controls

45 lines (36 loc) · 576 Bytes

getSkinMatrix

getSkinMatrix(vec4,ivec4)

Parameters

blendWeights Type: vec4 blendIndices Type: ivec4

Return Value

Type: mat4x3

JSON
{
  "Type": "getSkinMatrix(vec4,ivec4)",
  "Name": "getSkinMatrix(vec4,ivec4)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "blendWeights",
      "Type": "vec4"
    },
    {
      "Connection": null,
      "Id": "blendIndices",
      "Type": "ivec4"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "mat4x3"
    }
  ]
}