Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 522 Bytes

File metadata and controls

45 lines (36 loc) · 522 Bytes

getAttenSpot

getAttenSpot

Parameters

worldNormal Type: vec3 worldPos Type: vec3

Return Value

Type: float

JSON
{
  "Type": "getAttenSpot",
  "Name": "getAttenSpot",
  "Category": 1,
  "InputPins": [
    {
      "Connection": null,
      "Id": "worldNormal",
      "Type": "vec3"
    },
    {
      "Connection": null,
      "Id": "worldPos",
      "Type": "vec3"
    }
  ],
  "OutputPins": [
    {
      "Id": "",
      "Type": "float"
    }
  ]
}