Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 474 Bytes

File metadata and controls

45 lines (36 loc) · 474 Bytes

mat4+mat4

mat4+mat4

Parameters

x Type: mat4 y Type: mat4

Return Value

Type: mat4

JSON
{
  "Type": "mat4+mat4",
  "Name": "mat4+mat4",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "x",
      "Type": "mat4"
    },
    {
      "Connection": null,
      "Id": "y",
      "Type": "mat4"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "mat4"
    }
  ]
}