value Type: vec4
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"
}
]
}
value Type: ivec4
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"
}
]
}