Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 516 Bytes

File metadata and controls

45 lines (36 loc) · 516 Bytes

makeVec3fromVec2Float

vec3(vec2,float)

Parameters

XY Type: vec2 Z Type: float

Return Value

Type: vec3

JSON
{
  "Type": "makeVec3fromVec2Float",
  "Name": "vec3(vec2,float)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "XY",
      "Type": "vec2"
    },
    {
      "Connection": null,
      "Id": "Z",
      "Type": "float"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec3"
    }
  ]
}