Skip to content

Latest commit

 

History

History
101 lines (77 loc) · 1.01 KB

File metadata and controls

101 lines (77 loc) · 1.01 KB

ivec3

ivec3

Return Value

Type: ivec3

JSON
{
  "Type": "ivec3",
  "Name": "ivec3",
  "Value": "0 0 0",
  "Category": 6,
  "InputPins": [],
  "OutputPins": [
    {
      "Id": "",
      "Type": "ivec3"
    }
  ]
}

ivec3(vec3)

Parameter

x Type: vec3

Return Value

Type: ivec3

JSON
{
  "Type": "ivec3(vec3)",
  "Name": "ivec3(vec3)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "x",
      "Type": "vec3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "ivec3"
    }
  ]
}

ivec3(bvec3)

Parameter

x Type: bvec3

Return Value

Type: ivec3

JSON
{
  "Type": "ivec3(bvec3)",
  "Name": "ivec3(bvec3)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "x",
      "Type": "bvec3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "ivec3"
    }
  ]
}