Skip to content

Latest commit

 

History

History
112 lines (95 loc) · 1.15 KB

File metadata and controls

112 lines (95 loc) · 1.15 KB

breakVec4

break vec4

Parameter

value Type: vec4

Return Values

X Type: float Y Type: float Z Type: float W Type: float

JSON
{
  "Type": "breakVec4",
  "Name": "break vec4",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "value",
      "Type": "vec4"
    }
  ],
  "OutputPins": [
    {
      "Id": "X",
      "Type": "float"
    },
    {
      "Id": "Y",
      "Type": "float"
    },
    {
      "Id": "Z",
      "Type": "float"
    },
    {
      "Id": "W",
      "Type": "float"
    }
  ]
}

break ivec4

Parameter

value Type: ivec4

Return Values

X Type: int Y Type: int Z Type: int W Type: int

JSON
{
  "Type": "breakVec4",
  "Name": "break ivec4",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "value",
      "Type": "ivec4"
    }
  ],
  "OutputPins": [
    {
      "Id": "X",
      "Type": "int"
    },
    {
      "Id": "Y",
      "Type": "int"
    },
    {
      "Id": "Z",
      "Type": "int"
    },
    {
      "Id": "W",
      "Type": "int"
    }
  ]
}