Skip to content

Latest commit

 

History

History
737 lines (568 loc) · 8.01 KB

File metadata and controls

737 lines (568 loc) · 8.01 KB

connect

Connect float

Parameter

Type: float

Return Value

Type: float

JSON
{
  "Type": "connect(float)",
  "Name": "Connect float",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "float"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}

Connect vec2

Parameter

Type: vec2

Return Value

Type: vec2

JSON
{
  "Type": "connect(vec2)",
  "Name": "Connect vec2",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "vec2"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec2"
    }
  ]
}

Connect vec3

Parameter

Type: vec3

Return Value

Type: vec3

JSON
{
  "Type": "connect(vec3)",
  "Name": "Connect vec3",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "vec3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec3"
    }
  ]
}

Connect vec4

Parameter

Type: vec4

Return Value

Type: vec4

JSON
{
  "Type": "connect(vec4)",
  "Name": "Connect vec4",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "vec4"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vec4"
    }
  ]
}

Connect bool

Parameter

Type: bool

Return Value

Type: bool

JSON
{
  "Type": "connect(bool)",
  "Name": "Connect bool",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "bool"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "bool"
    }
  ]
}

Connect bvec2

Parameter

Type: bvec2

Return Value

Type: bvec2

JSON
{
  "Type": "connect(bvec2)",
  "Name": "Connect bvec2",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "bvec2"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "bvec2"
    }
  ]
}

Connect bvec3

Parameter

Type: bvec3

Return Value

Type: bvec3

JSON
{
  "Type": "connect(bvec3)",
  "Name": "Connect bvec3",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "bvec3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "bvec3"
    }
  ]
}

Connect bvec4

Parameter

Type: bvec4

Return Value

Type: bvec4

JSON
{
  "Type": "connect(bvec4)",
  "Name": "Connect bvec4",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "bvec4"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "bvec4"
    }
  ]
}

Connect int

Parameter

Type: int

Return Value

Type: int

JSON
{
  "Type": "connect(int)",
  "Name": "Connect int",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "int"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "int"
    }
  ]
}

Connect ivec2

Parameter

Type: ivec2

Return Value

Type: ivec2

JSON
{
  "Type": "connect(ivec2)",
  "Name": "Connect ivec2",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "ivec2"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "ivec2"
    }
  ]
}

Connect ivec3

Parameter

Type: ivec3

Return Value

Type: ivec3

JSON
{
  "Type": "connect(ivec3)",
  "Name": "Connect ivec3",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "ivec3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "ivec3"
    }
  ]
}

Connect ivec4

Parameter

Type: ivec4

Return Value

Type: ivec4

JSON
{
  "Type": "connect(ivec4)",
  "Name": "Connect ivec4",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "ivec4"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "ivec4"
    }
  ]
}

Connect mat2

Parameter

Type: mat2

Return Value

Type: mat2

JSON
{
  "Type": "connect(mat2)",
  "Name": "Connect mat2",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "mat2"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "mat2"
    }
  ]
}

Connect mat3

Parameter

Type: mat3

Return Value

Type: mat3

JSON
{
  "Type": "connect(mat3)",
  "Name": "Connect mat3",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "mat3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "mat3"
    }
  ]
}

Connect mat4

Parameter

Type: mat4

Return Value

Type: mat4

JSON
{
  "Type": "connect(mat4)",
  "Name": "Connect mat4",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "mat4"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "mat4"
    }
  ]
}

Connect mat4x3

Parameter

Type: mat4x3

Return Value

Type: mat4x3

JSON
{
  "Type": "connect(mat4x3)",
  "Name": "Connect mat4x3",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "mat4x3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "mat4x3"
    }
  ]
}

Connect skinMatrices

Parameter

Type: skinMatrices

Return Value

Type: skinMatrices

JSON
{
  "Type": "connect(skinMatrices)",
  "Name": "Connect skinMatrices",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "skinMatrices"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "skinMatrices"
    }
  ]
}

Connect lightMatrices

Parameter

Type: lightMatrices

Return Value

Type: lightMatrices

JSON
{
  "Type": "connect(lightMatrices)",
  "Name": "Connect lightMatrices",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "lightMatrices"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "lightMatrices"
    }
  ]
}

Connect vertexLights

Parameter

Type: vertexLights

Return Value

Type: vertexLights

JSON
{
  "Type": "connect(vertexLights)",
  "Name": "Connect vertexLights",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "vertexLights"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "vertexLights"
    }
  ]
}

Connect sampler2D

Parameter

Type: sampler2D

Return Value

Type: sampler2D

JSON
{
  "Type": "connect(sampler2D)",
  "Name": "Connect sampler2D",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "sampler2D"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "sampler2D"
    }
  ]
}

Connect samplerCube

Parameter

Type: samplerCube

Return Value

Type: samplerCube

JSON
{
  "Type": "connect(samplerCube)",
  "Name": "Connect samplerCube",
  "Category": 7,
  "InputPins": [
    {
      "Connection": null,
      "Id": "",
      "Type": "samplerCube"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "samplerCube"
    }
  ]
}