X Type: float Y Type: float Z Type: float
Type: vec3
JSON
{
"Type": "makeVec3",
"Name": "vec3(float,float,float)",
"Category": 1,
"InputPins": [
{
"Connection": null,
"Id": "X",
"Type": "float"
},
{
"Connection": null,
"Id": "Y",
"Type": "float"
},
{
"Connection": null,
"Id": "Z",
"Type": "float"
}
],
"OutputPins": [
{
"Id": "",
"Type": "vec3"
}
]
}