Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 704 Bytes

makeVec4.md

File metadata and controls

59 lines (50 loc) · 704 Bytes

makeVec4

vec4(float,float,float,float)

Parameters

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

Return Value

Type: vec4

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