Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 840 Bytes

File metadata and controls

74 lines (57 loc) · 840 Bytes

getIntensity

getIntensity(vec3)

Parameter

Connect vec3 Type: vec3

Return Value

Type: float

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

getIntensity(vec4)

Parameter

color Type: vec4

Return Value

Type: float

JSON
{
  "Type": "getIntensity(vec4)",
  "Name": "getIntensity(vec4)",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "color",
      "Type": "vec4"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}