Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 598 Bytes

File metadata and controls

52 lines (43 loc) · 598 Bytes

makeVec3

vec3(float,float,float)

Parameters

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

Return Value

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"
    }
  ]
}